异界装备升级

This commit is contained in:
Lenheart 2026-02-02 13:29:22 +08:00
parent d8c12f3d52
commit 9379203e96
1 changed files with 2 additions and 1 deletions

View File

@ -342,6 +342,7 @@ getroottable().rawdelete("ItemOtherWolrdUpgrade_Obj");
getroottable().rawdelete("L_Each_Obj");
function Lenheart_ItemOtherWolrdUpgrade_Fun(obj) {
local RootTab = getroottable();
if (!RootTab.rawin("ItemOtherWolrdUpgrade_Obj")) {
@ -350,4 +351,4 @@ function Lenheart_ItemOtherWolrdUpgrade_Fun(obj) {
}
}
getroottable()["LenheartFuncTab"].rawset("ItemOtherWolrdUpgradeFuncN", Lenheart_ItemOtherWolrdUpgrade_Fun);
getroottable()["LenheartFuncTab"].rawset("ItemOtherWolrdUpgradeFuncN", Lenheart_ItemOtherWolrdUpgrade_Fun);