diff options
author | megamage <none@none> | 2009-01-12 11:30:52 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-01-12 11:30:52 -0600 |
commit | 5f3418c80c3e0b7ad6f919f427d7af318cff123a (patch) | |
tree | 23ff28b07835e3e199f51c9221decc697a140b15 /src/game/Unit.cpp | |
parent | 90f30abd86b77c304f71b81476a9b86e948b190f (diff) |
*Fix build.
--HG--
branch : trunk
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; |