mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
fix(Scripts/HellfireRamparts): Nazan and Vazruden properly reset (#16694)
* initial dumb mistake made by me. probably fixed now * Update boss_vazruden_the_herald.cpp dumdum
This commit is contained in:
@@ -66,7 +66,7 @@ struct boss_vazruden_the_herald : public BossAI
|
||||
|
||||
void Reset() override
|
||||
{
|
||||
BossAI::Reset();
|
||||
_Reset();
|
||||
me->SetVisible(true);
|
||||
me->SetReactState(REACT_PASSIVE);
|
||||
me->SummonCreature(NPC_HELLFIRE_SENTRY, -1372.56f, 1724.31f, 82.967f, 5.3058f);
|
||||
@@ -253,6 +253,7 @@ struct boss_vazruden : public ScriptedAI
|
||||
|
||||
void Reset() override
|
||||
{
|
||||
_scheduler.CancelAll();
|
||||
_nazanCalled = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user