Core/Spells: Implemented new SpellMisc field, MinDuration that controls minimum spell missile travel time

This commit is contained in:
Shauren
2025-05-06 19:22:21 +02:00
parent f84de77f7d
commit a63d404e7b
4 changed files with 18 additions and 16 deletions

View File

@@ -1276,6 +1276,7 @@ SpellInfo::SpellInfo(SpellNameEntry const* spellName, ::Difficulty difficulty, S
RangeEntry = sSpellRangeStore.LookupEntry(_misc->RangeIndex);
Speed = _misc->Speed;
LaunchDelay = _misc->LaunchDelay;
MinDuration = _misc->MinDuration;
SchoolMask = _misc->SchoolMask;
IconFileDataId = _misc->SpellIconFileDataID;
ActiveIconFileDataId = _misc->ActiveIconFileDataID;