diff options
Diffstat (limited to 'src/game/Unit.cpp')
-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 5b8eac9bf59..09557e93108 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -13111,6 +13111,7 @@ void Unit::RemoveCharmedOrPossessedBy(Unit *charmer) DeleteThreatList(); SetCharmerGUID(0); RestoreFaction(); + GetMotionMaster()->InitDefault(); if(possess) { |