From 411cd3fdb3495b813f102cc4f4b2aba050af4957 Mon Sep 17 00:00:00 2001 From: Girip Dragos Date: Fri, 8 Apr 2016 22:53:51 +0000 Subject: [PATCH] Now Nalorakk can be attacked after his last waypoint. --- src/server/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/server/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp b/src/server/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp index 0407cb6cd7c..bac495137a0 100644 --- a/src/server/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp +++ b/src/server/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp @@ -253,6 +253,7 @@ 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; }