mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Update zz_optional_item_stack_sizes.sql
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
This will change item stack sizes for Vanilla items to Vanilla stack sizes,
|
This will change item stack sizes for Vanilla items to Vanilla stack sizes,
|
||||||
and TBC items to TBC stack sizes. Higher stack sizes are mostly just QoL,
|
and TBC items to TBC stack sizes. Higher stack sizes are mostly just QoL,
|
||||||
so some players may wish to exclude this optional file.
|
so some players may wish to exclude this optional file.
|
||||||
Note that ammo is not included as it is already adjusted in vanilla_item_changes.sql
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
UPDATE item_template SET stackable = 5 WHERE entry = 118; -- Minor Healing Potion
|
UPDATE item_template SET stackable = 5 WHERE entry = 118; -- Minor Healing Potion
|
||||||
|
|||||||
Reference in New Issue
Block a user