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:
pedrohfm9
2023-11-23 18:51:14 -03:00
committed by GitHub
parent 1850c974a4
commit c02cccb87c

View File

@@ -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++;