mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Handmade Leather Bag fix
Bag had 4 inventory slots in vanilla. not 8.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user