Core/Spells: Add missing AttributesEx9 and AttributesEx10 and correct arena/rated battleground spells usability

This commit is contained in:
Shocker
2012-08-22 20:33:45 +03:00
parent 3888dd62cf
commit e4648b745c
7 changed files with 120 additions and 12 deletions

View File

@@ -766,6 +766,8 @@ SpellInfo::SpellInfo(SpellEntry const* spellEntry)
AttributesEx6 = spellEntry->AttributesEx6;
AttributesEx7 = spellEntry->AttributesEx7;
AttributesEx8 = spellEntry->AttributesEx8;
AttributesEx9 = spellEntry->AttributesEx9;
AttributesEx10 = spellEntry->AttributesEx10;
AttributesCu = 0;
CastTimeEntry = spellEntry->CastingTimeIndex ? sSpellCastTimesStore.LookupEntry(spellEntry->CastingTimeIndex) : NULL;
DurationEntry = spellEntry->DurationIndex ? sSpellDurationStore.LookupEntry(spellEntry->DurationIndex) : NULL;