少年修仙传客户端代码仓库
client_Hale
2019-04-17 38dbbe3f7cb862fdf46ba053994bc2419c730ce1
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;
        }
    }