Skip to content

Commit 711b575

Browse files
committed
Merge remote-tracking branch 'origin/dev'
2 parents 5ae5089 + d3de752 commit 711b575

30 files changed

+7422
-1567
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### 1.4.99 - 2018/09/01
2+
* Added the new skills for 3.4:
3+
* Vaal Ancestral Warchief
4+
* Consecrated Path
5+
* Herald of Agony (except the Minion, sorry!)
6+
* Herald of Purity (except the Minion)
7+
* Smite
8+
* Scourge Arrow
9+
* Summon Holy Relic (except... the Minion)
10+
* Toxic Rain
11+
* Withering Touch
12+
* Applied all changes to existing skills for 3.4
13+
* Flesh Binder's Caustic Ground effect now works correctly
14+
115
### 1.4.98 - 2018/08/29
216
* Modifiers to Damage over Time with Bow Skills now work correctly
317
* Acrobatics now works correctly

Classes/ConfigTab.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ local m_floor = math.floor
1212

1313
local gameVersionDropList = {
1414
{ label = "2.6 (Atlas of Worlds)", version = "2_6", versionPretty = "2.6" },
15-
{ label = "3.3 (War for the Atlas)", version = "3_0", versionPretty = "3.3" },
15+
{ label = "3.4 (War for the Atlas)", version = "3_0", versionPretty = "3.4" },
1616
}
1717

1818
local varList = LoadModule("Modules/ConfigOptions")

Data/2_6/ModCache.lua

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)