fix(Scripts/Dragonblight): dismount the Wintergarde Gryphon outside the quest area (#27256)
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
parent
6e2f2a6931
commit
feb94da384
1 changed files with 3 additions and 0 deletions
|
|
@ -712,6 +712,9 @@ public:
|
|||
|
||||
void UpdateAI(uint32 diff) override
|
||||
{
|
||||
// dismounts the player once the gryphon leaves the areas whitelisted in conditions
|
||||
VehicleAI::UpdateAI(diff);
|
||||
|
||||
events.Update(diff);
|
||||
while (uint32 eventId = events.ExecuteEvent())
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue