diff options
| author | Paradox <none@none> | 2009-02-17 20:10:49 -0600 |
|---|---|---|
| committer | Paradox <none@none> | 2009-02-17 20:10:49 -0600 |
| commit | 3931b802f1b8b890a615e5b2a4c0ed70407468d7 (patch) | |
| tree | b1386a80454be7ba341d4fcd4f87c133d9af95a7 /src/game/SpellAuras.cpp | |
| parent | 14234c86fa4f1b31436a0289cdac5f92ab430804 (diff) | |
Yet more tabs to spaces
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
| -rw-r--r-- | src/game/SpellAuras.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 06b092cf8c4..40edea80ce9 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -5680,7 +5680,7 @@ void Aura::PeriodicTick() int32 gain = pCaster->ModifyPower(power,gain_amount); m_target->AddThreat(pCaster, float(gain) * 0.5f, GetSpellSchoolMask(GetSpellProto()), GetSpellProto()); } - + // Mark of Kaz'rogal if(GetId() == 31447 && m_target->GetPower(power) == 0) { |
