Core/DataStores: Updated db2 structures to 11.0.5

This commit is contained in:
Shauren
2024-10-30 14:40:23 +01:00
parent f6c37f6791
commit b0352ef78e
11 changed files with 245 additions and 44 deletions

View File

@@ -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);