mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-06 14:58:00 +00:00
* fix(Crash): Fix crash in Vehicle::AddPassenger As I understand it, a try-catch block cannot intercept the ABORT function. Therefore, let's use a simple if statement instead. * Address code review feedback