Handmade Leather Bag fix

Bag had 4 inventory slots in vanilla. not 8.
This commit is contained in:
Grimfeather
2025-04-18 15:02:47 +02:00
committed by GitHub
parent 013b85c076
commit 4c18192f64

View File

@@ -7843,6 +7843,9 @@ UPDATE `item_template` SET `stat_value1` = 27, `stat_type2` = 6, `stat_value2` =
/* Lead Surveyor's Mantle */
UPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 8, `spellid_2` = 0, `spelltrigger_2` = 0, `StatsCount` = 2 WHERE entry=11842;
/* Handmade Leather Bag */
UPDATE `item_template` SET `ContainerSlots` = 4 WHERE `entry` = 11845;
/* Battered Cloak */
UPDATE `item_template` SET `BuyPrice` = 38 WHERE entry=11847;