Now Nalorakk can be attacked after his last waypoint.

This commit is contained in:
Girip Dragos
2016-04-08 22:53:51 +00:00
parent 3dab1c908a
commit 411cd3fdb3

View File

@@ -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;
}