diff options
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 1bba08fcad6..66aeafcf032 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -7183,7 +7183,7 @@ Unit* Unit::GetCharm() const sLog.outError("Unit::GetCharm: Charmed creature %u not exist.",GUID_LOPART(charm_guid)); const_cast<Unit*>(this)->SetCharm(0); - const_cast<Unit*>(this)->SetMover(0); + //const_cast<Unit*>(this)->SetMover(0); } return NULL; |