装备跨界
This commit is contained in:
@@ -336,7 +336,6 @@ class ItemFusionC extends LenheartNewUI_Windows {
|
||||
local EachManager = getroottable()["L_Each_Obj"];
|
||||
foreach(id in NPCList) {
|
||||
//先清空注册
|
||||
EachManager.RemoveEachForNpc(id);
|
||||
EachManager.AddEachForNpc(id, function(SThis) {
|
||||
//关闭按钮
|
||||
local ApplyEngagementButton = LenheartNewUI_Each_BaseButton(0, 0, 100, 21, "interface2/popup_menu/popup_back.img", 3);
|
||||
@@ -365,11 +364,12 @@ class ItemFusionC extends LenheartNewUI_Windows {
|
||||
}
|
||||
}
|
||||
|
||||
L_Windows_List <- [];
|
||||
getroottable().rawdelete("LenheartPluginsInitFlag");
|
||||
getroottable().rawdelete("EventList_Obj")
|
||||
getroottable().rawdelete("ItemFusion_Obj");
|
||||
getroottable().rawdelete("L_Each_Obj");
|
||||
|
||||
// L_Windows_List <- [];
|
||||
// getroottable().rawdelete("LenheartPluginsInitFlag");
|
||||
// getroottable().rawdelete("EventList_Obj")
|
||||
// getroottable().rawdelete("ItemFusion_Obj");
|
||||
// getroottable().rawdelete("L_Each_Obj");
|
||||
|
||||
function Lenheart_ItemFusion_Fun(obj) {
|
||||
local RootTab = getroottable();
|
||||
|
||||
Reference in New Issue
Block a user