少年修仙传客户端代码仓库
client_Wu Xijin
2019-06-06 41a6e87783d042bf3e0ecebfa772443f2b5ed95d
Lua/Gen/EnumWrap.cs
@@ -6126,8 +6126,6 @@
            
            Utils.RegisterObject(L, translator, Utils.CLS_IDX, "DemonJar", FindPreciousType.DemonJar);
            
            Utils.RegisterObject(L, translator, Utils.CLS_IDX, "DogzDungeon", FindPreciousType.DogzDungeon);
            Utils.RegisterObject(L, translator, Utils.CLS_IDX, "CrossServerBoss", FindPreciousType.CrossServerBoss);
            
            Utils.RegisterObject(L, translator, Utils.CLS_IDX, "JadeDynastyBoss", FindPreciousType.JadeDynastyBoss);
@@ -6170,10 +6168,6 @@
            else if (LuaAPI.xlua_is_eq_str(L, 1, "DemonJar"))
                {
                    translator.PushFindPreciousType(L, FindPreciousType.DemonJar);
                }
            else if (LuaAPI.xlua_is_eq_str(L, 1, "DogzDungeon"))
                {
                    translator.PushFindPreciousType(L, FindPreciousType.DogzDungeon);
                }
            else if (LuaAPI.xlua_is_eq_str(L, 1, "CrossServerBoss"))
                {