diff options
-rw-r--r-- | src/game/Unit.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 88a6ddf59b6..ef4d0994b70 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -15835,6 +15835,7 @@ void Unit::EnterVehicle(Vehicle *vehicle, int8 seatId) if (GetTypeId() == TYPEID_PLAYER) { + this->ToPlayer()->InterruptNonMeleeSpells(false); this->ToPlayer()->StopCastingCharm(); this->ToPlayer()->StopCastingBindSight(); this->ToPlayer()->Unmount(); |