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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user