System/KnapSack/Logic/ItemLogicUtility.cs @@ -1404,7 +1404,7 @@ } var config = ItemConfig.Get(itemId); return config.Type >= 119 && config.Type <= 124; return config.Type >= 119 && config.Type <= 123; } }