[7358] Fixed spell_area autocast field loading.Author: VladimirMangos

--HG--
branch : trunk
This commit is contained in:
megamage
2009-03-02 16:46:17 -06:00
parent f87dda2473
commit e73d01182f
2 changed files with 2 additions and 1 deletions

View File

@@ -2691,6 +2691,7 @@ void SpellMgr::LoadSpellAreas()
spellArea.auraSpell = fields[5].GetUInt32();
spellArea.raceMask = fields[6].GetUInt32();
spellArea.gender = Gender(fields[7].GetUInt8());
spellArea.autocast = fields[8].GetBool();
if(!sSpellStore.LookupEntry(spell))
{

View File

@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7357"
#define REVISION_NR "7358"
#endif // __REVISION_NR_H__