mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Core/Spells: Rename SpellAttr6 to use official attribute names
This commit is contained in:
@@ -110,7 +110,7 @@ class DuelResetScript : public PlayerScript
|
||||
if (int32 cooldownMod = player->GetTotalAuraModifier(SPELL_AURA_MOD_COOLDOWN))
|
||||
totalCooldown += Milliseconds(cooldownMod);
|
||||
|
||||
if (!spellInfo->HasAttribute(SPELL_ATTR6_IGNORE_CATEGORY_COOLDOWN_MODS))
|
||||
if (!spellInfo->HasAttribute(SPELL_ATTR6_NO_CATEGORY_COOLDOWN_MODS))
|
||||
applySpellMod(categoryCooldown);
|
||||
|
||||
return remainingCooldown > 0ms
|
||||
|
||||
Reference in New Issue
Block a user