fix(Scripts/ShadowmoonValley): Dragonmaw Races Reset (#19570)
* Update zone_shadowmoon_valley.cpp * Update zone_shadowmoon_valley.cpp
This commit is contained in:
parent
056fc2d563
commit
41366fcc69
1 changed files with 5 additions and 0 deletions
|
|
@ -2221,6 +2221,11 @@ struct dragonmaw_race_npc : public ScriptedAI
|
|||
}
|
||||
}
|
||||
|
||||
void PathEndReached(uint32 /*pathId*/) override
|
||||
{
|
||||
Reset();
|
||||
}
|
||||
|
||||
void UpdateAI(uint32 diff) override
|
||||
{
|
||||
scheduler.Update(diff);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue