From 6619917dfdaffd1d05aa33a3d0fa59375f150b71 Mon Sep 17 00:00:00 2001 From: kamenitxan Date: Tue, 27 May 2025 09:44:00 +0200 Subject: [PATCH] correct sql for ammo --- sql/world/base/zz_optional_item_stack_sizes.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/world/base/zz_optional_item_stack_sizes.sql b/sql/world/base/zz_optional_item_stack_sizes.sql index 2b5f288..b276bcb 100644 --- a/sql/world/base/zz_optional_item_stack_sizes.sql +++ b/sql/world/base/zz_optional_item_stack_sizes.sql @@ -1,7 +1,7 @@ /* 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, so some players may wish to exclude this optional file. - Note that ammo is not included as it is already adjusted in ammo_stacks.sql */ + Note that ammo is not included as it is already adjusted in vanilla_item_changes.sql */ /* Minor Healing Potion */ UPDATE item_template SET stackable = 5 WHERE entry=118;