From 1b47c7aa456286b8e15a59c328518efbe9dda380 Mon Sep 17 00:00:00 2001 From: megamage Date: Thu, 26 Feb 2009 10:52:40 -0600 Subject: *Fix build. --HG-- branch : trunk --- src/game/Spell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 8f8118e48e2..e2d6b10d894 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -1173,7 +1173,7 @@ void Spell::DoSpellHitOnUnit(Unit *unit, const uint32 effectMask) if(unit->hasUnitState(UNIT_STAT_ATTACK_PLAYER)) { m_caster->SetContestedPvP(); - if m_caster->UpdatePvP(true); + m_caster->UpdatePvP(true); } if( unit->isInCombat() && !(m_spellInfo->AttributesEx3 & SPELL_ATTR_EX3_NO_INITIAL_AGGRO) ) { -- cgit v1.2.3