diff options
| author | megamage <none@none> | 2009-03-02 16:46:17 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-03-02 16:46:17 -0600 |
| commit | e73d01182f74110372655d29787dc73de6efedbc (patch) | |
| tree | 70e5044b442f139ca1486438e46b40010047c8fd /src/game/SpellMgr.cpp | |
| parent | f87dda2473cc534d2fc60e0933213fad862c3dd4 (diff) | |
[7358] Fixed spell_area autocast field loading.Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
| -rw-r--r-- | src/game/SpellMgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 8a0eb06ab11..388ace02ae1 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -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)) { |
