closes #290
This commit is contained in:
@@ -89,6 +89,7 @@ class boss_akilzon : public CreatureScript
|
|||||||
memset(BirdGUIDs, 0, sizeof(BirdGUIDs));
|
memset(BirdGUIDs, 0, sizeof(BirdGUIDs));
|
||||||
StormCount = 0;
|
StormCount = 0;
|
||||||
isRaining = false;
|
isRaining = false;
|
||||||
|
instance->SetData(DATA_AKILZONEVENT, NOT_STARTED);
|
||||||
|
|
||||||
SetWeather(WEATHER_STATE_FINE, 0.0f);
|
SetWeather(WEATHER_STATE_FINE, 0.0f);
|
||||||
}
|
}
|
||||||
@@ -111,6 +112,7 @@ class boss_akilzon : public CreatureScript
|
|||||||
{
|
{
|
||||||
Talk(SAY_DEATH);
|
Talk(SAY_DEATH);
|
||||||
_JustDied();
|
_JustDied();
|
||||||
|
instance->SetData(DATA_AKILZONEVENT, DONE);
|
||||||
}
|
}
|
||||||
|
|
||||||
void KilledUnit(Unit* who)
|
void KilledUnit(Unit* who)
|
||||||
|
|||||||
Reference in New Issue
Block a user