Skip to content

Commit

Permalink
Battle Shout used from various tbc trash npcs should not stack (#700)
Browse files Browse the repository at this point in the history
* Battle Shout used from various tbc trash npcs should not stack.

* Use AttributesEx UNIQUE
  • Loading branch information
miraco authored Oct 20, 2024
1 parent 8f47a7a commit d411473
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sql/base/dbc/cmangos_fixes/Spell.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d411473

Please sign in to comment.