From d41147375904b4c7c93abb5576e5771d313e58fd Mon Sep 17 00:00:00 2001 From: _daanieL Date: Sun, 20 Oct 2024 10:01:47 +0200 Subject: [PATCH] Battle Shout used from various tbc trash npcs should not stack (#700) * Battle Shout used from various tbc trash npcs should not stack. * Use AttributesEx UNIQUE --- sql/base/dbc/cmangos_fixes/Spell.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sql/base/dbc/cmangos_fixes/Spell.sql b/sql/base/dbc/cmangos_fixes/Spell.sql index f4ca11e811..5bb49ac7a3 100644 --- a/sql/base/dbc/cmangos_fixes/Spell.sql +++ b/sql/base/dbc/cmangos_fixes/Spell.sql @@ -131,6 +131,9 @@ UPDATE `spell_template` SET `MaxTargetLevel`=63 WHERE `id`=15366; -- Watchkeeper Gargolmar - Mortal Wound should stack to 50/100% UPDATE `spell_template` SET `StackAmount`=10 WHERE `id` IN(30641,36814); +-- Battle Shout used from various trash npcs +UPDATE `spell_template` SET `AttributesEx`= 2048 WHERE `id` = 31403; + -- Warlock Ritual of Summoning -- 5 yd summoning radius UPDATE `spell_template` SET `EffectRadiusIndex1`=8 WHERE `id`=698;