From 41a6e87783d042bf3e0ecebfa772443f2b5ed95d Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 06 六月 2019 17:22:55 +0800
Subject: [PATCH] 7132 【2.0】【开发】打宝界面优化2
---
Lua/Gen/EnumWrap.cs | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/Lua/Gen/EnumWrap.cs b/Lua/Gen/EnumWrap.cs
index 062b145..6d56b11 100644
--- a/Lua/Gen/EnumWrap.cs
+++ b/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"))
{
--
Gitblit v1.8.0