diff --git a/sql/world/base/optional_stackable_buff_scrolls.sql b/sql/world/base/optional_stackable_buff_scrolls.sql new file mode 100644 index 0000000..17e68b7 --- /dev/null +++ b/sql/world/base/optional_stackable_buff_scrolls.sql @@ -0,0 +1,3 @@ +/* These changes remove exclusivity from the buff scrolls, and make them stackable. +This restores behavior to vanilla where players were able to buff themselves with multiple buff scrolls */ +DELETE FROM `spell_ranks` WHERE `first_spell_id` IN (8118, 8099, 8112, 8096, 8115, 8091);