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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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