diff --git a/src/server/scripts/EasternKingdoms/ZulAman/zulaman.cpp b/src/server/scripts/EasternKingdoms/ZulAman/zulaman.cpp index 83a04cbf6..594d5fceb 100644 --- a/src/server/scripts/EasternKingdoms/ZulAman/zulaman.cpp +++ b/src/server/scripts/EasternKingdoms/ZulAman/zulaman.cpp @@ -15,17 +15,6 @@ * with this program. If not, see . */ -/* ScriptData -SDName: Zulaman -SD%Complete: 90 -SDComment: Forest Frog will turn into different NPC's. Workaround to prevent new entry from running this script -SDCategory: Zul'Aman -EndScriptData */ - -/* ContentData -npc_forest_frog -EndContentData */ - #include "zulaman.h" #include "CreatureScript.h" #include "Player.h" @@ -429,6 +418,7 @@ struct npc_harrison_jones : public ScriptedAI { if (action == ACTION_COMPLETE_EVENT_3) { + me->GetMap()->ToInstanceMap()->PermBindAllPlayers(); _gongEvent = GONG_EVENT_4; _gongTimer = 0; }