[8448] Fixed loaded spell target position records in log.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
ksergik 2009-09-01 16:33:28 +04:00 committed by VladimirMangos
parent 747a53cb67
commit 8497b520ce
2 changed files with 2 additions and 3 deletions

View file

@ -708,8 +708,6 @@ void SpellMgr::LoadSpellTargetPositions()
bar.step();
++count;
uint32 Spell_ID = fields[0].GetUInt32();
SpellTargetPosition st;
@ -756,6 +754,7 @@ void SpellMgr::LoadSpellTargetPositions()
}
mSpellTargetPositions[Spell_ID] = st;
++count;
} while( result->NextRow() );