Release 1.1.3

- Fixed detection of existing skills during skill import
- Fixed skill import not preserving gem enabled states
This commit is contained in:
Openarl
2016-09-26 20:28:35 +10:00
parent 815347457c
commit b21177e87e
9 changed files with 40 additions and 24 deletions

View File

@@ -532,7 +532,6 @@ local function getPerStat(dst, stat, factor)
if nodeMods then
data[stat] = (data[stat] or 0) + (nodeMods[stat] or 0)
else
ConPrintf("%s %d %f", dst, data[stat], math.floor(data[stat] * factor + 0.5))
modLib.listMerge(out, dst, math.floor(data[stat] * factor + 0.5))
end
end