From bd67615f5fc3c583beadadd351de792983b14558 Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Sun, 15 Mar 2009 19:54:26 +0100 Subject: [PATCH] *Fix buld --HG-- branch : trunk --- src/game/Unit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 9798b53833e..86a5880731e 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -8698,7 +8698,7 @@ uint32 Unit::SpellDamageBonus(Unit *pVictim, SpellEntry const *spellProto, uint3 { if ((*i)->GetSpellProto()->SpellIconID == 3263 && (*i)->isAffectedOnSpell(spellProto)) { - if(pVictim->HasAuraType(SPELL_AURA_MOD_DECREASE_SPEED) + if(pVictim->HasAuraType(SPELL_AURA_MOD_DECREASE_SPEED)) DoneTotalMod *=float((*i)->GetModifier()->m_amount + 100.f) / 100.f; break; }