mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 21:57:01 +01:00
Core/Spells: Add missing AttributesEx9 and AttributesEx10 and correct arena/rated battleground spells usability
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user