Delete sql/world/base/ammo_stacks.sql

content moved to item_changes.sql
This commit is contained in:
Grimfeather
2025-05-11 13:49:11 +02:00
committed by GitHub
parent c904a242e8
commit d7664a47c3

View File

@@ -1,2 +0,0 @@
/* 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;