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:
EricksOliveira 2026-08-28 08:24:05 +00:00 committed by GitHub
parent 6e2f2a6931
commit feb94da384
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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())
{