From feb94da384cbb4303fc2dfa266f2d669f7d379af Mon Sep 17 00:00:00 2001 From: EricksOliveira Date: Fri, 28 Aug 2026 08:24:05 +0000 Subject: [PATCH] fix(Scripts/Dragonblight): dismount the Wintergarde Gryphon outside the quest area (#27256) Co-authored-by: Claude Opus 5 --- src/server/scripts/Northrend/zone_dragonblight.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/server/scripts/Northrend/zone_dragonblight.cpp b/src/server/scripts/Northrend/zone_dragonblight.cpp index 34546029e..4749871e2 100644 --- a/src/server/scripts/Northrend/zone_dragonblight.cpp +++ b/src/server/scripts/Northrend/zone_dragonblight.cpp @@ -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()) {