[8099] Small not detected uint16 cases for spell ids.

This commit is contained in:
VladimirMangos 2009-06-30 12:25:34 +04:00 committed by tomrus88
parent c9fbd99579
commit 008240678b
2 changed files with 3 additions and 3 deletions

View file

@ -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);

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8098"
#define REVISION_NR "8099"
#endif // __REVISION_NR_H__