From 385b4c09ce5b8b5d103cc96553601a723bf82090 Mon Sep 17 00:00:00 2001 From: megamage Date: Tue, 17 Mar 2009 17:20:27 -0600 Subject: *Fix build. --HG-- branch : trunk --- src/game/SpellAuras.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src') diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 9401d1c237d..93d81d41aa5 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -4536,15 +4536,7 @@ void Aura::HandleAuraModIncreaseHealth(bool apply, bool Real) { if(Real) { -<<<<<<< HEAD:src/game/SpellAuras.cpp if(apply) -======= - case 12976: // Warrior Last Stand triggered spell - case 28726: // Nightmare Seed ( Nightmare Seed ) - case 34511: // Valor (Bulwark of Kings, Bulwark of the Ancient Kings) - case 44055: // Tremendous Fortitude (Battlemaster's Alacrity) - case 50322: // Survival Instincts ->>>>>>> 9a5e9413cef438edcbfbdc046bfa414b07c229a3:src/game/SpellAuras.cpp { m_target->HandleStatModifier(UNIT_MOD_HEALTH, TOTAL_VALUE, float(m_modifier.m_amount), apply); m_target->ModifyHealth(m_modifier.m_amount); -- cgit v1.2.3