Release 1.2.36

- Hide condition options if the condition isn't used
- Added support for "Ignited Enemies Burn faster"
- Added options for On Shocked/Burning/Chilled ground
- Added workaround for account name case sensitivity on character imports
This commit is contained in:
Openarl
2017-01-31 01:15:04 +10:00
parent 0c3d17b2cf
commit e9a4b95580
16 changed files with 219 additions and 93 deletions

View File

@@ -341,7 +341,7 @@ function buildMode:Init(dbFileName, buildName)
local start = GetTime()
SetProfiling(true)
for i = 1, 10 do
self.calcsTab:BuildPower(self)
self.calcsTab:PowerBuilder()
end
SetProfiling(false)
ConPrintf("Power build time: %d msec", GetTime() - start)