aboutsummaryrefslogtreecommitdiff
path: root/src/game/Player.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-02-17 21:50:18 -0600
committermegamage <none@none>2009-02-17 21:50:18 -0600
commitbe53cfe1044d7e913c4c11a7245e2d2846826363 (patch)
tree01d9eed43ebf99bd2829827fdc9d966c4992fd3b /src/game/Player.cpp
parentd11c80ec54bff97235440ff50c44edd420e777f9 (diff)
*Fix some bugs of map/grid. Hope this can fix some crashes (without introducing new crash)
--HG-- branch : trunk
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r--src/game/Player.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp
index 0e4987c6da8..c06683f5d8a 100644
--- a/src/game/Player.cpp
+++ b/src/game/Player.cpp
@@ -1838,8 +1838,6 @@ void Player::RemoveFromWorld()
///- Release charmed creatures, unsummon totems and remove pets/guardians
StopCastingCharm();
StopCastingBindSight();
- RemoveCharmAuras();
- RemoveBindSightAuras();
UnsummonAllTotems();
RemoveMiniPet();
RemoveGuardians();