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 0c1910d43ea..473be9e88a6 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -12377,9 +12377,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());