注释重载NPC EACH
This commit is contained in:
parent
4ae8117485
commit
f99456b18e
|
|
@ -377,11 +377,11 @@ 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();
|
||||
|
|
|
|||
|
|
@ -183,11 +183,11 @@ class ItemInheritC extends LenheartNewUI_Windows {
|
|||
}
|
||||
}
|
||||
|
||||
L_Windows_List <- [];
|
||||
getroottable().rawdelete("LenheartPluginsInitFlag");
|
||||
getroottable().rawdelete("EventList_Obj")
|
||||
getroottable().rawdelete("ItemInherit_Obj");
|
||||
getroottable().rawdelete("L_Each_Obj");
|
||||
// L_Windows_List <- [];
|
||||
// getroottable().rawdelete("LenheartPluginsInitFlag");
|
||||
// getroottable().rawdelete("EventList_Obj")
|
||||
// getroottable().rawdelete("ItemInherit_Obj");
|
||||
// getroottable().rawdelete("L_Each_Obj");
|
||||
|
||||
function Lenheart_ItemInherit_Fun(obj) {
|
||||
|
||||
|
|
|
|||
|
|
@ -364,11 +364,11 @@ class NpcTransactionC extends LenheartNewUI_Windows {
|
|||
}
|
||||
}
|
||||
|
||||
L_Windows_List <- [];
|
||||
getroottable().rawdelete("LenheartPluginsInitFlag");
|
||||
getroottable().rawdelete("EventList_Obj")
|
||||
getroottable().rawdelete("NpcTransaction_Obj");
|
||||
getroottable().rawdelete("L_Each_Obj");
|
||||
// L_Windows_List <- [];
|
||||
// getroottable().rawdelete("LenheartPluginsInitFlag");
|
||||
// getroottable().rawdelete("EventList_Obj")
|
||||
// getroottable().rawdelete("NpcTransaction_Obj");
|
||||
// getroottable().rawdelete("L_Each_Obj");
|
||||
|
||||
function Lenheart_NpcTransaction_Fun(obj) {
|
||||
local RootTab = getroottable();
|
||||
|
|
|
|||
Loading…
Reference in New Issue