Core: Fix build

This commit is contained in:
Vincent-Michael
2013-08-09 20:23:49 +02:00
parent 99aa4649d2
commit 81daef8b22

View File

@@ -63,7 +63,7 @@ class npc_pet_shaman_earth_elemental : public CreatureScript
if (!UpdateVictim())
return;
events.Update(diff);
_events.Update(diff);
if (_events.ExecuteEvent() == EVENT_SHAMAN_ANGEREDEARTH)
{
@@ -110,7 +110,7 @@ class npc_pet_shaman_fire_elemental : public CreatureScript
if (me->HasUnitState(UNIT_STATE_CASTING))
return;
events.Update(diff);
_events.Update(diff);
while (uint32 eventId = _events.ExecuteEvent())
{