mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[8099] Small not detected uint16 cases for spell ids.
This commit is contained in:
parent
c9fbd99579
commit
008240678b
2 changed files with 3 additions and 3 deletions
|
|
@ -720,7 +720,7 @@ void SpellMgr::LoadSpellAffects()
|
|||
|
||||
bar.step();
|
||||
|
||||
uint16 entry = fields[0].GetUInt16();
|
||||
uint32 entry = fields[0].GetUInt32();
|
||||
uint8 effectId = fields[1].GetUInt8();
|
||||
|
||||
SpellEntry const* spellInfo = sSpellStore.LookupEntry(entry);
|
||||
|
|
@ -1039,7 +1039,7 @@ void SpellMgr::LoadSpellElixirs()
|
|||
|
||||
bar.step();
|
||||
|
||||
uint16 entry = fields[0].GetUInt16();
|
||||
uint32 entry = fields[0].GetUInt32();
|
||||
uint8 mask = fields[1].GetUInt8();
|
||||
|
||||
SpellEntry const* spellInfo = sSpellStore.LookupEntry(entry);
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8098"
|
||||
#define REVISION_NR "8099"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue