diff options
| author | megamage <none@none> | 2008-12-09 23:17:02 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2008-12-09 23:17:02 -0600 |
| commit | c2b217a1c1d4b3153fdf796141719415a39b9df6 (patch) | |
| tree | 910841bef348c73d11009c1f2b9d5a08e6c9e7fc /src | |
| parent | ebf6469fb4347c2065da9d32992c38c812a05e08 (diff) | |
*Fix a typo in my previous commit.
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/SpellMgr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index b8cf06ea5e8..3ebd9a4d1ac 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -1834,9 +1834,9 @@ void SpellMgr::LoadSpellCustomAttr() if(!tempSpell) continue; - for(uint32 i = 0; i < 3; ++i) + for(uint32 j = 0; j < 3; ++j) { - switch(tempSpell->EffectApplyAuraName[i]) + switch(tempSpell->EffectApplyAuraName[j]) { case SPELL_AURA_PERIODIC_DAMAGE: case SPELL_AURA_PERIODIC_DAMAGE_PERCENT: |
