Rename optional_stackable_buff_scrolls.sql to zz_optional_stackable_buff_scrolls.sql

consistency
This commit is contained in:
Grimfeather
2025-05-11 14:06:42 +02:00
committed by GitHub
parent 6e6294fdb6
commit f917d5f2a1

View File

@@ -1,7 +1,9 @@
/* These changes remove exclusivity from the buff scrolls, and make them stackable.
/*
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;