From 4dae4e4083a13f18bdf0873a88fd0de10edb7fa2 Mon Sep 17 00:00:00 2001 From: n0n4m3 Date: Fri, 25 Dec 2009 18:28:29 +0100 Subject: Apply code style for my prev. commit and fixed spell anti-magic zone --HG-- branch : trunk --- src/game/Unit.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/game/Unit.cpp') diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 888f51ce201..7ea832d2477 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -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: -- cgit v1.2.3