aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-02-26 10:52:40 -0600
committermegamage <none@none>2009-02-26 10:52:40 -0600
commit1b47c7aa456286b8e15a59c328518efbe9dda380 (patch)
tree1f92b28a042743170094357461ca930563ffff0d /src/game/Spell.cpp
parent4b19153a79f70f1c816d084dda8eca1f666ac5dd (diff)
*Fix build.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r--src/game/Spell.cpp2
1 files changed, 1 insertions, 1 deletions
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) )
{