mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Merge pull request #404 from sogladev/add-stackable-buff-scrolls
add optional sql to make buff scrolls stackable
This commit is contained in:
3
sql/world/base/optional_stackable_buff_scrolls.sql
Normal file
3
sql/world/base/optional_stackable_buff_scrolls.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user