mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[7358] Fixed spell_area autocast field loading.
This commit is contained in:
parent
91ad4c21de
commit
2791d5a6d3
2 changed files with 2 additions and 1 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue