diff --git a/data/sql/updates/pending_db_world/hatchling.sql b/data/sql/updates/pending_db_world/hatchling.sql new file mode 100644 index 000000000..4f300a7a5 --- /dev/null +++ b/data/sql/updates/pending_db_world/hatchling.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_custom_attr` WHERE `spell_id`=43299; +INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (43299, 4194304);