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:
parent
f5d0246292
commit
fd474c8b40
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue