Core/GameEngine/Model/TelPartialConfig/tagChinItemConfig.cs
@@ -29,11 +29,6 @@ return item; } public static bool IsWing(int itemId) { var config = ItemConfig.Get(itemId); return config != null && (config.Type == 111 || config.Type == 39 || config.Type == 52); } }