aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r--src/game/Unit.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
index ee52ad1367d..9ed77d70cb2 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -12969,9 +12969,6 @@ void Unit::SetCharmedOrPossessedBy(Unit* charmer, bool possess)
if(GetTypeId() == TYPEID_PLAYER)
((Player*)this)->StopCastingCharm();
- // Charmed stop being charmed
- RemoveCharmAuras();
-
// Set charmed
charmer->SetCharm(this);
SetCharmerGUID(charmer->GetGUID());