fix(DB/Custom): Blistering Rot should stack from different sources (#17600)

This commit is contained in:
avarishd
2023-10-31 19:24:24 +02:00
committed by GitHub
parent 751ffc7c70
commit 71dd0a20b5

View File

@@ -0,0 +1,3 @@
-- Blistering Rot
DELETE FROM `spell_custom_attr` WHERE `spell_id`=32722;
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (32722, 4194304);