mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Scripts/Icecrown Citadel: Mutated Abomination should not damage its owner
Closes issue #5252. --HG-- branch : trunk
This commit is contained in:
@@ -2816,6 +2816,11 @@ void Spell::SelectEffectTargets(uint32 i, uint32 cur)
|
||||
++itr;
|
||||
}
|
||||
break;
|
||||
case 70402: case 72511:
|
||||
case 72512: case 72513:
|
||||
if (Unit* owner = ObjectAccessor::GetUnit(*m_caster, m_caster->GetCreatorGUID()))
|
||||
unitList.remove(owner);
|
||||
break;
|
||||
case 71390: // Pact of the Darkfallen
|
||||
{
|
||||
for (std::list<Unit*>::iterator itr = unitList.begin(); itr != unitList.end();)
|
||||
|
||||
Reference in New Issue
Block a user