mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/DataStores: Updated db2 structures to 11.0.5
This commit is contained in:
@@ -1224,6 +1224,7 @@ SpellInfo::SpellInfo(SpellNameEntry const* spellName, ::Difficulty difficulty, S
|
||||
AttributesEx12 = _misc->Attributes[12];
|
||||
AttributesEx13 = _misc->Attributes[13];
|
||||
AttributesEx14 = _misc->Attributes[14];
|
||||
AttributesEx15 = _misc->Attributes[15];
|
||||
CastTimeEntry = sSpellCastTimesStore.LookupEntry(_misc->CastingTimeIndex);
|
||||
DurationEntry = sSpellDurationStore.LookupEntry(_misc->DurationIndex);
|
||||
RangeEntry = sSpellRangeStore.LookupEntry(_misc->RangeIndex);
|
||||
|
||||
Reference in New Issue
Block a user