mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[8448] Fixed loaded spell target position records in log.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
747a53cb67
commit
8497b520ce
2 changed files with 2 additions and 3 deletions
|
|
@ -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() );
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8447"
|
||||
#define REVISION_NR "8448"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue