fix(Scripts/Dragonblight): Fix crash from Wintergarde Gryphon. (#17032)

fix(Vehicle): Fix crash on ExitVehicle from Wintergarde Gryphon.
This commit is contained in:
Anton Popovichenko
2023-08-19 22:30:39 +02:00
committed by GitHub
parent f6b77f9d64
commit 1a1a320ea1

View File

@@ -702,7 +702,6 @@ public:
}
}
me->RemoveVehicleKit(); // not Crash (;
events.ScheduleEvent(EVENT_TAKE_OFF, 2s);
me->CastSpell(passenger, VEHICLE_SPELL_PARACHUTE, true);
}