From c02cccb87c0f98794c2f2ec3a7b144925fbccaca Mon Sep 17 00:00:00 2001 From: pedrohfm9 <122452427+Dr-Arayashiki@users.noreply.github.com> Date: Thu, 23 Nov 2023 18:51:14 -0300 Subject: [PATCH] fix(Scripts/SholazarBasin) update the code to ensure the vehicle catches fire (#17833) * fix(DB/Creature): Grunda Bronzewing is now mounted Grunda Bronzewing is now mounted * Update Fix-Grunda Bronzewing in Honor Hold is not riding on a golden gryphon.sql Grunda Bronzewing is now mounted * Rename Fix-Grunda Bronzewing in Honor Hold is not riding on a golden gryphon.sql to Fix-Grunda.sql Grunda Bronzewing is now mounted * Delete Fix-Grunda.sql * Update zone_sholazar_basin.cpp * Update zone_sholazar_basin.cpp --- src/server/scripts/Northrend/zone_sholazar_basin.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/server/scripts/Northrend/zone_sholazar_basin.cpp b/src/server/scripts/Northrend/zone_sholazar_basin.cpp index d2a4ebf39..b799fe5fa 100644 --- a/src/server/scripts/Northrend/zone_sholazar_basin.cpp +++ b/src/server/scripts/Northrend/zone_sholazar_basin.cpp @@ -1410,8 +1410,7 @@ public: break; case 25: Talk(PLANE_EMOTE); - DoCast(AURA_ENGINE); - me->SetUnitFlag2(UNIT_FLAG2_FORCE_MOVEMENT); + DoCastSelf(AURA_ENGINE); break; } pointId++;