diff --git a/Modules/ModParser.lua b/Modules/ModParser.lua index 3d844ebc..db21a72f 100644 --- a/Modules/ModParser.lua +++ b/Modules/ModParser.lua @@ -605,8 +605,8 @@ local jewelFuncs = { local mask3 = bor(ModFlag.Weapon2H, ModFlag.WeaponMelee) for _, mod in ipairs(nodeMods) do if band(mod.flags, mask1) ~= 0 or band(mod.flags, mask2) == mask2 or band(mod.flags, mask3) == mask3 then - out:NewMod(mod.name, mod.type, -mod.value, "Tree:Jewel", mod.flags, mod.keywordFlags, unpack(mod.tag)) - out:NewMod(mod.name, mod.type, mod.value, "Tree:Jewel", bor(band(mod.flags, bnot(bor(mask1, mask2, mask3))), ModFlag.Bow), mod.keywordFlags, unpack(mod.tag)) + out:NewMod(mod.name, mod.type, -mod.value, "Tree:Jewel", mod.flags, mod.keywordFlags, unpack(mod.tagList)) + out:NewMod(mod.name, mod.type, mod.value, "Tree:Jewel", bor(band(mod.flags, bnot(bor(mask1, mask2, mask3))), ModFlag.Bow), mod.keywordFlags, unpack(mod.tagList)) end end end diff --git a/README.md b/README.md index 0be9b336..cbeb2890 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,9 @@ Head over to the [Releases](https://github.com/Openarl/PathOfBuilding/releases) ![ss3](https://cloud.githubusercontent.com/assets/19189971/18089780/f0ff234a-6f04-11e6-8c88-6193fe59a5c4.png) ## Changelog +### 1.2.1 - 2016/11/03 + * Fixed error caused by Lioneye's Fall + ### 1.2.0 - 2016/11/02 With this update, the program's internal modifier system has been completely overhauled. On its own this overhaul doesn't change much from the user's perspective, but it has opened the way for some diff --git a/changelog.txt b/changelog.txt index a18c755d..5e4a9861 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,5 @@ +VERSION[1.2.1][2016/11/03] + * Fixed error caused by Lioneye's Fall VERSION[1.2.0][2016/11/02] With this update, the program's internal modifier system has been completely overhauled. On its own this overhaul doesn't change much from the user's perspective, but it has opened the way for some diff --git a/manifest.xml b/manifest.xml index 1de8a754..aec2c169 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,13 +1,13 @@ - + - + @@ -49,7 +49,7 @@ - +