mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
fix(Scripts/SunwellPlateau): Fix Killjaeden text spam (#22139)
This commit is contained in:
@@ -141,6 +141,7 @@ struct npc_kiljaeden_controller : public NullCreatureAI
|
|||||||
|
|
||||||
void Reset() override
|
void Reset() override
|
||||||
{
|
{
|
||||||
|
scheduler.CancelAll();
|
||||||
instance->SetBossState(DATA_KILJAEDEN, NOT_STARTED);
|
instance->SetBossState(DATA_KILJAEDEN, NOT_STARTED);
|
||||||
summons.DespawnAll();
|
summons.DespawnAll();
|
||||||
ResetOrbs();
|
ResetOrbs();
|
||||||
|
|||||||
Reference in New Issue
Block a user