aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/World
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-05-06 20:23:13 +0200
committerShauren <shauren.trinity@gmail.com>2022-05-06 20:23:13 +0200
commit94aac14b4da2d6d2b7565dfdb91313f09a87f168 (patch)
tree394403ffdba0980d551b7934940dc1f97f0ca552 /src/server/scripts/World
parentd800c87137088f2cfdb66e8086c64321ca9c3509 (diff)
Core/Spells: Rename SpellAttr6 to use official attribute names
Diffstat (limited to 'src/server/scripts/World')
-rw-r--r--src/server/scripts/World/duel_reset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/World/duel_reset.cpp b/src/server/scripts/World/duel_reset.cpp
index d5d4a9a0de7..9f4fc5977c9 100644
--- a/src/server/scripts/World/duel_reset.cpp
+++ b/src/server/scripts/World/duel_reset.cpp
@@ -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