diff --git a/CHANGELOG.md b/CHANGELOG.md index 6810dbb31..176988d65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 1.4.137 - 2019/04/10 + * Fixed issue preventing Cast while Channelling from working correctly + ### 1.4.136 - 2019/04/07 * You can now import characters from the console realms * Updated item mods and skill gems to account for changes in recent patches diff --git a/Data/3_0/Skills/sup_int.lua b/Data/3_0/Skills/sup_int.lua index 1cfb27d6c..58bd9c3a7 100644 --- a/Data/3_0/Skills/sup_int.lua +++ b/Data/3_0/Skills/sup_int.lua @@ -423,11 +423,11 @@ skills["SupportCastWhileChannelling"] = { statDescriptionScope = "gem_stat_descriptions", statMap = { ["cast_while_channelling_time_ms"] = { - skill("timeOverride", nil, { type = "SkillType", skillType = SkillType.TriggerableSpell }), + skill("timeOverride", nil, { type = "SkillType", skillType = SkillType.Triggerable }), div = 1000, }, ["support_cast_while_channelling_triggered_skill_damage_+%_final"] = { - mod("Damage", "MORE", nil, 0, 0, { type = "SkillType", skillType = SkillType.TriggerableSpell }), + mod("Damage", "MORE", nil, 0, 0, { type = "SkillType", skillType = SkillType.Triggerable }), }, }, baseMods = { diff --git a/Export/Skills/sup_int.txt b/Export/Skills/sup_int.txt index f741241fc..8ed02de1d 100644 --- a/Export/Skills/sup_int.txt +++ b/Export/Skills/sup_int.txt @@ -46,11 +46,11 @@ local skills, mod, flag, skill = ... #skill SupportCastWhileChannelling statMap = { ["cast_while_channelling_time_ms"] = { - skill("timeOverride", nil, { type = "SkillType", skillType = SkillType.TriggerableSpell }), + skill("timeOverride", nil, { type = "SkillType", skillType = SkillType.Triggerable }), div = 1000, }, ["support_cast_while_channelling_triggered_skill_damage_+%_final"] = { - mod("Damage", "MORE", nil, 0, 0, { type = "SkillType", skillType = SkillType.TriggerableSpell }), + mod("Damage", "MORE", nil, 0, 0, { type = "SkillType", skillType = SkillType.Triggerable }), }, }, #mods diff --git a/changelog.txt b/changelog.txt index 526a085f8..c5419f82c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,7 @@ +VERSION[1.4.137][2019/04/10] + * Fixed issue preventing Cast while Channelling from working correctly VERSION[1.4.136][2019/04/07] - * You can now select the realm (PC/Xbox/PS4) when importing characters + * You can now import characters from the console realms * Updated item mods and skill gems to account for changes in recent patches * Fixed issue preventing Icestorm's duration from scaling from Intelligence VERSION[1.4.135][2019/03/14] diff --git a/manifest.xml b/manifest.xml index 3883f6070..86d892623 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,13 +1,13 @@ - + - + @@ -189,7 +189,7 @@ - +