mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Pre-3.1 Ammo Stack sizes
This commit is contained in:
2
sql/world/base/ammo_stacks.sql
Normal file
2
sql/world/base/ammo_stacks.sql
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
/* In 3.1 all ammo was changed to stack to 1000. This reduced the usefulness of quivers and ammo pouches, so it is more than just a QoL change, unlike other stack size changes. */
|
||||||
|
UPDATE `item_template` SET `stackable` = 200 WHERE `stackable` = 1000 AND `InventoryType` = 24;
|
||||||
Reference in New Issue
Block a user