*Implement spell aura 177.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-06-07 23:32:35 -05:00
parent 5e7d184734
commit a328728cb8
7 changed files with 31 additions and 15 deletions

View File

@@ -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;
}