mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 08:17:56 +00:00
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
This commit is contained in:
@@ -1410,8 +1410,7 @@ public:
|
|||||||
break;
|
break;
|
||||||
case 25:
|
case 25:
|
||||||
Talk(PLANE_EMOTE);
|
Talk(PLANE_EMOTE);
|
||||||
DoCast(AURA_ENGINE);
|
DoCastSelf(AURA_ENGINE);
|
||||||
me->SetUnitFlag2(UNIT_FLAG2_FORCE_MOVEMENT);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
pointId++;
|
pointId++;
|
||||||
|
|||||||
Reference in New Issue
Block a user