Apply code style for my prev. commit and fixed spell anti-magic zone

--HG--
branch : trunk
This commit is contained in:
n0n4m3
2009-12-25 18:28:29 +01:00
parent 7fbab0f69e
commit 4dae4e4083
5 changed files with 541 additions and 500 deletions

View File

@@ -2071,7 +2071,6 @@ void Unit::CalcAbsorbResist(Unit *pVictim, SpellSchoolMask schoolMask, DamageEff
absorbed = canabsorb;
RemainingDamage -= absorbed;
triggeredSpells.push_back(TriggeredSpellInfo(0, this, caster, absorbed, *i));
}
continue;
default: