mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 08:06:23 +00:00
fix(DB/Spell): Don't allow Molten Flame damage to stack from multiple spawns. (#19848)
Init.
This commit is contained in:
2
data/sql/updates/pending_db_world/molten-flame-stack.sql
Normal file
2
data/sql/updates/pending_db_world/molten-flame-stack.sql
Normal 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);
|
||||
Reference in New Issue
Block a user