mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +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();
|
bar.step();
|
||||||
|
|
||||||
++count;
|
|
||||||
|
|
||||||
uint32 Spell_ID = fields[0].GetUInt32();
|
uint32 Spell_ID = fields[0].GetUInt32();
|
||||||
|
|
||||||
SpellTargetPosition st;
|
SpellTargetPosition st;
|
||||||
|
|
@ -756,6 +754,7 @@ void SpellMgr::LoadSpellTargetPositions()
|
||||||
}
|
}
|
||||||
|
|
||||||
mSpellTargetPositions[Spell_ID] = st;
|
mSpellTargetPositions[Spell_ID] = st;
|
||||||
|
++count;
|
||||||
|
|
||||||
} while( result->NextRow() );
|
} while( result->NextRow() );
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8447"
|
#define REVISION_NR "8448"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue