diff options
author | megamage <none@none> | 2009-02-26 11:14:18 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-02-26 11:14:18 -0600 |
commit | 1e8a3189332afb24b359a4bf5aca71c3a843a79f (patch) | |
tree | 3b6961f3005bdd471e33bf7121bc64483af5f4ac | |
parent | 1b47c7aa456286b8e15a59c328518efbe9dda380 (diff) |
*Fix build.
--HG--
branch : trunk
-rw-r--r-- | src/game/Spell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index e2d6b10d894..d3923d99233 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(); - m_caster->UpdatePvP(true); + //m_caster->UpdatePvP(true); } if( unit->isInCombat() && !(m_spellInfo->AttributesEx3 & SPELL_ATTR_EX3_NO_INITIAL_AGGRO) ) { |