[7358] Fixed spell_area autocast field loading.

This commit is contained in:
VladimirMangos 2009-02-28 03:24:01 +03:00
parent 91ad4c21de
commit 2791d5a6d3
2 changed files with 2 additions and 1 deletions

View file

@ -2390,6 +2390,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))
{