diff options
| author | megamage <none@none> | 2008-12-30 20:05:36 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2008-12-30 20:05:36 -0600 |
| commit | aa3b89d7764c093ba87ee2cf99775e3aedc37637 (patch) | |
| tree | f6a403e42332dab84f77d7a611dc375083452875 /src/game/SpellAuras.cpp | |
| parent | 05301f91b90fc029af6df5717a6b48f0e1759008 (diff) | |
| parent | 12d4ce413e7b3b9d697b160bac6c918564b2fd1e (diff) | |
*Update to HG 714.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
| -rw-r--r-- | src/game/SpellAuras.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index f5db41ed37f..fb4ea35f1fc 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -882,7 +882,7 @@ void Aura::_AddAura() SendAuraUpdate(false); // update for out of range group members - m_target->UpdateAuraForGroup(slot, true); + m_target->UpdateAuraForGroup(slot); } } else // use found slot @@ -970,7 +970,7 @@ void Aura::_RemoveAura() SendAuraUpdate(true); // update for out of range group members - m_target->UpdateAuraForGroup(slot, false); + m_target->UpdateAuraForGroup(slot); if( IsSealSpell(GetSpellProto()) ) m_target->ModifyAuraState(AURA_STATE_JUDGEMENT,false); |
