From 6364655d63c8964c1917367486f4936150ceb9b1 Mon Sep 17 00:00:00 2001 From: Girip Dragos Date: Sat, 23 Apr 2016 22:13:45 +0000 Subject: [PATCH] Typo --- src/server/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/server/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp b/src/server/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp index bac495137a0..e788fd2bbe5 100644 --- a/src/server/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp +++ b/src/server/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp @@ -148,7 +148,7 @@ class boss_nalorakk : public CreatureScript { (*me).GetMotionMaster()->MovePoint(0, NalorakkWay[7][0], NalorakkWay[7][1], NalorakkWay[7][2]); } - + me->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_IMMUNE_TO_PC); instance->SetData(DATA_NALORAKKEVENT, NOT_STARTED); Initialize(); @@ -253,7 +253,6 @@ class boss_nalorakk : public CreatureScript me->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NOT_SELECTABLE); me->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NON_ATTACKABLE); - me->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_IMMUNE_TO_PC); MoveEvent = false; }