Core/Spells: Rename SpellAttr6 to use official attribute names
Port From (https://github.com/TrinityCore/TrinityCore/commit/94aac14b4da2d6d2b7565dfdb91313f09a87f168)
This commit is contained in:
@@ -118,7 +118,7 @@ namespace Scripts.World.DuelReset
|
||||
if (cooldownMod != 0)
|
||||
totalCooldown += TimeSpan.FromMilliseconds(cooldownMod);
|
||||
|
||||
if (!spellInfo.HasAttribute(SpellAttr6.IgnoreCategoryCooldownMods))
|
||||
if (!spellInfo.HasAttribute(SpellAttr6.NoCategoryCooldownMods))
|
||||
applySpellMod(ref categoryCooldown);
|
||||
|
||||
return remainingCooldown > TimeSpan.Zero
|
||||
|
||||
Reference in New Issue
Block a user