diff options
| author | Shauren <shauren.trinity@gmail.com> | 2024-10-30 14:40:23 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2024-10-30 14:40:23 +0100 |
| commit | b0352ef78ed93e18a869652e628345bc660f252b (patch) | |
| tree | ff5070af73b6804a6d8963ef46ae9f8ea0432d5a /src/server/game/Spells/SpellInfo.cpp | |
| parent | f6c37f6791f1a28f5a077f251ec60a541cf0284f (diff) | |
Core/DataStores: Updated db2 structures to 11.0.5
Diffstat (limited to 'src/server/game/Spells/SpellInfo.cpp')
| -rw-r--r-- | src/server/game/Spells/SpellInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellInfo.cpp b/src/server/game/Spells/SpellInfo.cpp index d85b5825de1..3d56fec4acb 100644 --- a/src/server/game/Spells/SpellInfo.cpp +++ b/src/server/game/Spells/SpellInfo.cpp @@ -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); |
