Update - 1.13.0.124
EN: 1.13.0.124 CN: 1.13.0.124 JP: 1.13.0.128 KR: 1.13.0.130
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
local LocalData = require("GameCore.Data.LocalData")
|
||||
local SDKManager = CS.SDKManager.Instance
|
||||
local PB = require("pb")
|
||||
local FP = CS.TrueSync.FP
|
||||
local FDP = CS.TrueSync.FDP
|
||||
local mapPrologueConfig = {
|
||||
nDifficulty = 1,
|
||||
tbStage = {99901},
|
||||
@@ -1338,7 +1340,7 @@ function StarTowerPrologueLevel:CacheTempData()
|
||||
nSectionAmount = clsSkillInfo.currentSectionAmount,
|
||||
nSectionResumeTime = clsSkillInfo.currentResumeTime.RawValue,
|
||||
nUseTimeHint = clsSkillInfo.currentUseTimeHint.RawValue,
|
||||
nEnergy = clsSkillInfo.currentEnergy.RawValue
|
||||
nEnergy = clsSkillInfo.currentEnergy._raw
|
||||
})
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user