From f917d5f2a15ade05728d7536e005295c4b42f41a Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Sun, 11 May 2025 14:06:42 +0200 Subject: [PATCH] Rename optional_stackable_buff_scrolls.sql to zz_optional_stackable_buff_scrolls.sql consistency --- ...scrolls.sql => zz_optional_stackable_buff_scrolls.sql} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) rename sql/world/base/{optional_stackable_buff_scrolls.sql => zz_optional_stackable_buff_scrolls.sql} (63%) diff --git a/sql/world/base/optional_stackable_buff_scrolls.sql b/sql/world/base/zz_optional_stackable_buff_scrolls.sql similarity index 63% rename from sql/world/base/optional_stackable_buff_scrolls.sql rename to sql/world/base/zz_optional_stackable_buff_scrolls.sql index 712a33f..d4c129b 100644 --- a/sql/world/base/optional_stackable_buff_scrolls.sql +++ b/sql/world/base/zz_optional_stackable_buff_scrolls.sql @@ -1,7 +1,9 @@ -/* 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 -This should not be possible in TBC and WoTLK. No solution yet to have this work correctly all the time. +/* + 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 + This should not be possible in TBC and WoTLK. No solution yet to have this work correctly all the time. */ + -- Set first_spell_id as rank 2 to bypass core check for exclusivity UPDATE `spell_ranks` SET `first_spell_id`=8094 WHERE `first_spell_id`=8091; UPDATE `spell_ranks` SET `first_spell_id`=8097 WHERE `first_spell_id`=8096;