mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 08:06:23 +00:00
fix(Core/Spells): MC should work on mounted targets (#23905)
This commit is contained in:
@@ -18388,7 +18388,7 @@ bool Unit::SetCharmedBy(Unit* charmer, CharmType type, AuraApplication const* au
|
||||
}
|
||||
|
||||
// dismount players when charmed
|
||||
if (IsPlayer())
|
||||
if (IsPlayer() && type != CHARM_TYPE_POSSESS)
|
||||
RemoveAurasByType(SPELL_AURA_MOUNTED);
|
||||
|
||||
if (charmer->IsPlayer())
|
||||
|
||||
Reference in New Issue
Block a user