aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-01-12 11:30:52 -0600
committermegamage <none@none>2009-01-12 11:30:52 -0600
commit5f3418c80c3e0b7ad6f919f427d7af318cff123a (patch)
tree23ff28b07835e3e199f51c9221decc697a140b15 /src/game/Unit.cpp
parent90f30abd86b77c304f71b81476a9b86e948b190f (diff)
*Fix build.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r--src/game/Unit.cpp2
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;