diff --git a/Project/ItemTool/ItemFusion/ItemFusion.nut b/Project/ItemTool/ItemFusion/ItemFusion.nut index 2d47510..bcd161e 100644 --- a/Project/ItemTool/ItemFusion/ItemFusion.nut +++ b/Project/ItemTool/ItemFusion/ItemFusion.nut @@ -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(); diff --git a/Project/ItemTool/ItemInherit/ItemInherit.nut b/Project/ItemTool/ItemInherit/ItemInherit.nut index 3b11197..06c88af 100644 --- a/Project/ItemTool/ItemInherit/ItemInherit.nut +++ b/Project/ItemTool/ItemInherit/ItemInherit.nut @@ -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) { diff --git a/Project/NpcTransaction/NpcTransaction.nut b/Project/NpcTransaction/NpcTransaction.nut index 86b13e7..26e5717 100644 --- a/Project/NpcTransaction/NpcTransaction.nut +++ b/Project/NpcTransaction/NpcTransaction.nut @@ -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();