fix(DB/Spell): Don't allow Molten Flame damage to stack from multiple spawns. (#19848)

Init.
This commit is contained in:
Benjamin Jackson
2024-09-01 22:21:40 -04:00
committed by GitHub
parent 981f35d173
commit cdd816a1c6

View File

@@ -0,0 +1,2 @@
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 40253;
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (40253, 536870912);