fix(DB/Spells) Thunderfury does not stack with Infected Wounds/Thunderclap/Icy Touch anymore (#22035)
Thundefurry (spell) no longer stacks with following spells: Cripple, Thunder Clap, Earth Shock, Chilled, Frost Fever, Infected Wounds and Judgements of the Just
This commit is contained in:
parent
338acf7c41
commit
7097d3a2e1
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
DELETE FROM `spell_group` WHERE `spell_id` = 27648 AND `id` = 1014;
|
||||
INSERT INTO `spell_group` VALUES (1014, 27648, 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue