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