mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 03:42:37 +01:00
[7358] Fixed spell_area autocast field loading.Author: VladimirMangos
--HG-- branch : trunk
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user