少年修仙传客户端代码仓库
client_Wu Xijin
2019-03-05 60f616fc149c620953f468d1383f15a810f898df
Lua/Gen/SnxxzUIPackModelWrap.cs
@@ -1057,11 +1057,6 @@
                {
                    Snxxz.UI.SinglePack.FilterParams _param;translator.Get(L, 2, out _param);
                    
                        System.Collections.Generic.List<Snxxz.UI.ItemModel> gen_ret = gen_to_be_invoked.GetItems( _param );
                        translator.Push(L, gen_ret);
                    return 1;
                }