Release 1.4.96

- Fixed SkillId tag
- Fixed gem tag check for AoE tag
- Added missing dotIsArea flag to Cold Snap
This commit is contained in:
Openarl
2018-06-11 01:35:32 +10:00
parent 6fc3334761
commit beff94015f
10 changed files with 37 additions and 10 deletions

View File

@@ -272,7 +272,7 @@ function ModStoreClass:EvalMod(mod, cfg)
return
end
elseif tag.type == "SkillId" then
if not cfg or not cfg.skillGem or cfg.skillGem.grantedEffect.id ~= tag.skillId then
if not cfg or not cfg.skillGrantedEffect or cfg.skillGrantedEffect.id ~= tag.skillId then
return
end
elseif tag.type == "SkillPart" then