From 95a9093c6277fb23ac84c6736ecb95eab2755321 Mon Sep 17 00:00:00 2001 From: Charles A Edwards Date: Tue, 28 Jul 2015 08:36:52 +0100 Subject: [PATCH] Changes made to bring in-line with One This makes Zero's scripts for Felwood the same as One's. Improvements were obviously made to One, but not transferred to Zero. --- src/modules/SD2/scripts/kalimdor/felwood.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/SD2/scripts/kalimdor/felwood.cpp b/src/modules/SD2/scripts/kalimdor/felwood.cpp index d85e61b6..ac93c69f 100644 --- a/src/modules/SD2/scripts/kalimdor/felwood.cpp +++ b/src/modules/SD2/scripts/kalimdor/felwood.cpp @@ -170,7 +170,6 @@ struct npc_corrupt_saber : public CreatureScript bool OnGossipHello(Player* pPlayer, Creature* pCreature) override { - //pPlayer->PlayerTalkClass->ClearMenus(); if (pPlayer->GetQuestStatus(QUEST_CORRUPT_SABER) == QUEST_STATUS_INCOMPLETE) { if (GetClosestCreatureWithEntry(pCreature, NPC_WINNA, INTERACTION_DISTANCE)) @@ -566,7 +565,7 @@ struct npc_captured_arkonarin : public CreatureScript pCage->Use(m_creature); m_creature->RemoveFlag (UNIT_FIELD_FLAGS, UNIT_FLAG_NON_ATTACKABLE); m_creature->RemoveFlag (UNIT_FIELD_FLAGS, UNIT_FLAG_PASSIVE); - + } }