diff --git a/game/modules/tome/load.lua b/game/modules/tome/load.lua index 4814bcd6e3e7432f68c5b2efbf5b6b39467ad97b..67d84dc3c05fad41ceac63dab377c20b8f0b9e89 100644 --- a/game/modules/tome/load.lua +++ b/game/modules/tome/load.lua @@ -129,7 +129,7 @@ ActorLevel.exp_chart = function(level) end return math.ceil(exp) end --- [[ +--[[ local tnb, tznb = 0, 0 for i = 2, 50 do local nb = math.ceil(ActorLevel.exp_chart(i) / i)