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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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);