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:
Tereneckla 2025-05-03 12:33:23 +00:00 committed by GitHub
parent 338acf7c41
commit 7097d3a2e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,3 @@
--
DELETE FROM `spell_group` WHERE `spell_id` = 27648 AND `id` = 1014;
INSERT INTO `spell_group` VALUES (1014, 27648, 0);