fix(Scripts/ShadowmoonValley): Dragonmaw Races Reset (#19570)

* Update zone_shadowmoon_valley.cpp

* Update zone_shadowmoon_valley.cpp
This commit is contained in:
Gultask
2024-08-07 12:43:24 -03:00
committed by GitHub
parent 056fc2d563
commit 41366fcc69

View File

@@ -2221,6 +2221,11 @@ struct dragonmaw_race_npc : public ScriptedAI
}
}
void PathEndReached(uint32 /*pathId*/) override
{
Reset();
}
void UpdateAI(uint32 diff) override
{
scheduler.Update(diff);