mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
*Implement spell aura 177.
--HG-- branch : trunk
This commit is contained in:
@@ -7472,9 +7472,7 @@ bool ChatHandler::HandleUnPossessCommand(const char* args)
|
||||
Unit* pUnit = getSelectedUnit();
|
||||
if(!pUnit) pUnit = m_session->GetPlayer();
|
||||
|
||||
pUnit->RemoveAurasByType(SPELL_AURA_MOD_CHARM);
|
||||
pUnit->RemoveAurasByType(SPELL_AURA_MOD_POSSESS_PET);
|
||||
pUnit->RemoveAurasByType(SPELL_AURA_MOD_POSSESS);
|
||||
pUnit->RemoveCharmAuras();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user