diff options
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r-- | src/game/SpellMgr.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 1b7b5065af2..c60b6d77aed 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -1153,8 +1153,6 @@ void SpellMgr::LoadSpellTargetPositions() bar.step(); - ++count; - uint32 Spell_ID = fields[0].GetUInt32(); SpellTargetPosition st; @@ -1201,6 +1199,7 @@ void SpellMgr::LoadSpellTargetPositions() } mSpellTargetPositions[Spell_ID] = st; + ++count; } while( result->NextRow() ); |