少年修仙传客户端代码仓库
client_Hale
2019-03-19 dda197bfc4702e5842d80e98169a0a68e2e49ea8
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);
    }
}