diff options
| author | Shauren <shauren.trinity@gmail.com> | 2022-05-06 20:23:13 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-05-06 20:23:13 +0200 |
| commit | 94aac14b4da2d6d2b7565dfdb91313f09a87f168 (patch) | |
| tree | 394403ffdba0980d551b7934940dc1f97f0ca552 /src/server/scripts | |
| parent | d800c87137088f2cfdb66e8086c64321ca9c3509 (diff) | |
Core/Spells: Rename SpellAttr6 to use official attribute names
Diffstat (limited to 'src/server/scripts')
| -rw-r--r-- | src/server/scripts/World/duel_reset.cpp | 2 |
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 |
