Scripts/Krikthir the Gatewatcher: Fix EVENT_ANUBAR_CHARGE event not being triggered

Fix EVENT_ANUBAR_CHARGE not being triggered due to value 0 being set to the EVENT_ANUBAR_CHARGE enum, even if 0 is a special value for EventMap to specify no event was triggered.
Issue added in a127c0e1a7
This commit is contained in:
jackpoz
2014-03-15 20:08:55 +01:00
parent e30b471f8e
commit a1aa4547b3
@@ -203,7 +203,7 @@ class npc_skittering_infector : public CreatureScript
enum TrashEvents
{
// Anubar Skrimisher
EVENT_ANUBAR_CHARGE,
EVENT_ANUBAR_CHARGE = 1,
EVENT_BACKSTAB,
// Anubar Shadowcaster