diff --git a/data/sql/updates/pending_db_world/shared-rule-damage.sql b/data/sql/updates/pending_db_world/shared-rule-damage.sql new file mode 100644 index 000000000..ec07b7eb0 --- /dev/null +++ b/data/sql/updates/pending_db_world/shared-rule-damage.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_custom_attr` WHERE `spell_id` = 41342; +INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (41342, 32768);