Release 1.4.104

- Fixed error message from Spiritual Command
This commit is contained in:
Openarl
2018-09-01 10:13:58 +10:00
parent 0479513491
commit 6f727ca3f0
4 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
### 1.4.104 - 2018/09/01
* Fixed error message caused by Spiritual Command
### 1.4.103 - 2018/09/01
* Added the following new uniques:
* Aul's Uprising

View File

@@ -181,7 +181,7 @@ function calcs.offence(env, actor)
-- Minion Attack Speed conversion from Spiritual Command
for _, value in ipairs(modDB:Sum("LIST", env.player.mainSkill.skillCfg, "MinionModifier")) do
if value.mod.name == "Speed" and value.mod.type == "INC" and (value.mod.flags == 0 or band(value.mod.flags, ModFlag.Attack) ~= 0) then
modDB:NewMod("Speed", "INC", mod.value, mod.source, ModFlag.Attack, mod.keywordFlags, unpack(mod))
modDB:NewMod("Speed", "INC", value.mod.value, value.mod.source, ModFlag.Attack, value.mod.keywordFlags, unpack(value.mod))
end
end
end

View File

@@ -1,3 +1,5 @@
VERSION[1.4.104][2018/09/01]
* Fixed error message caused by Spiritual Command
VERSION[1.4.103][2018/09/01]
* Added the following new uniques:
* Aul's Uprising

View File

@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<PoBVersion>
<Version number="1.4.103"/>
<Version number="1.4.104"/>
<Source part="program" url="https://raw.githubusercontent.com/Openarl/PathOfBuilding/{branch}/"/>
<Source part="tree" url="https://raw.githubusercontent.com/Openarl/PathOfBuilding/{branch}/tree.zip"/>
<Source url="https://raw.githubusercontent.com/Openarl/PathOfBuilding/{branch}/runtime-win32.zip" part="runtime" platform="win32"/>
<File sha1="16ea2d48919334a5c49b48ac18d456f8f121b09c" name="Launch.lua" part="program"/>
<File sha1="72b9bea1871e94a643e4471fd84bbedbc7810336" name="UpdateCheck.lua" part="program"/>
<File sha1="4f17937f2b37784e169a3792b235f2a0a3961e61" name="UpdateApply.lua" part="program"/>
<File sha1="9b9b738975e0ed0c5a2d00e8c9aaa3f68cf1d7a9" name="changelog.txt" part="program"/>
<File sha1="270fd53054cf9f18401f7c5f3ce66ffbd29216ab" name="changelog.txt" part="program"/>
<File sha1="51a3c1027381bb36666568aaceec843164f8c957" name="Classes/BuildListControl.lua" part="program"/>
<File sha1="f85e8b60ff9bb41a3cc4ba8044f7a49163fdedd3" name="Classes/ButtonControl.lua" part="program"/>
<File sha1="3052ae531f6bc1405ea5f61dde6bd636f094c74a" name="Classes/CalcBreakdownControl.lua" part="program"/>
@@ -60,7 +60,7 @@
<File sha1="38e81ff8ca19729eb180470173afd3bda0b4cf59" name="Modules/CalcDefence-2_6.lua" part="program"/>
<File sha1="4d8ba1761fc02dd3dd208a19a10cddd6c64f1ec0" name="Modules/CalcDefence-3_0.lua" part="program"/>
<File sha1="d47657bc351ddd077e93b86d7641e1d0941dede8" name="Modules/CalcOffence-2_6.lua" part="program"/>
<File sha1="ded1108725678c67d5e83a25218d2527d6ed06ac" name="Modules/CalcOffence-3_0.lua" part="program"/>
<File sha1="c760f6a827156d59a778b7c3bbb5f0df90925e3b" name="Modules/CalcOffence-3_0.lua" part="program"/>
<File sha1="fa0d882276fd26cd210b3c2beec8ea6f8ec875ad" name="Modules/CalcPerform.lua" part="program"/>
<File sha1="ce5237b51c72a4a49146c5053d01abd3effa98fd" name="Modules/Calcs.lua" part="program"/>
<File sha1="32da2a949a5fe0ab10d54078a96caff0dccb5f3f" name="Modules/CalcSections-2_6.lua" part="program"/>