mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +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.auraSpell = fields[5].GetUInt32();
|
||||||
spellArea.raceMask = fields[6].GetUInt32();
|
spellArea.raceMask = fields[6].GetUInt32();
|
||||||
spellArea.gender = Gender(fields[7].GetUInt8());
|
spellArea.gender = Gender(fields[7].GetUInt8());
|
||||||
|
spellArea.autocast = fields[8].GetBool();
|
||||||
|
|
||||||
if(!sSpellStore.LookupEntry(spell))
|
if(!sSpellStore.LookupEntry(spell))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7357"
|
#define REVISION_NR "7358"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue