异界装备升级
This commit is contained in:
parent
d8c12f3d52
commit
9379203e96
|
|
@ -342,6 +342,7 @@ getroottable().rawdelete("ItemOtherWolrdUpgrade_Obj");
|
||||||
getroottable().rawdelete("L_Each_Obj");
|
getroottable().rawdelete("L_Each_Obj");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function Lenheart_ItemOtherWolrdUpgrade_Fun(obj) {
|
function Lenheart_ItemOtherWolrdUpgrade_Fun(obj) {
|
||||||
local RootTab = getroottable();
|
local RootTab = getroottable();
|
||||||
if (!RootTab.rawin("ItemOtherWolrdUpgrade_Obj")) {
|
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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue