v31 volenfell

His Dad [12-08-16 - 19:35]
v31 volenfell
Filename
Doc/Changelog.txt
HistOffline.lua
data/Group1.lua
history.lua
history.txt
diff --git a/Doc/Changelog.txt b/Doc/Changelog.txt
index 893cf19..2f9e9d0 100644
--- a/Doc/Changelog.txt
+++ b/Doc/Changelog.txt
@@ -1,3 +1,7 @@
+2016-12-07 version 31
+	Fixed Veteran Volenfell
+
+
 2016-12-07 version 30
 	Added IC dungeons in DLC

@@ -11,7 +15,7 @@
 	Internal changes. Unused achievement catgories not saved.
 	Now recording levelling again.
 	had been broken for ages and no one noticed, even me.
-	The saveedvariables files should be smaller.
+	The savedvariables files should be smaller.
 	We now account for characters in different servers, however this working stil pending in the UI.
 	Fixes for some dungeon acheivments.

diff --git a/HistOffline.lua b/HistOffline.lua
index 91c438b..7972f40 100644
--- a/HistOffline.lua
+++ b/HistOffline.lua
@@ -14,7 +14,7 @@ local Colour_Heading_Complete = "#58FA58"

 --iup.SetGlobal("UTF8MODE","YES")
 -- ========================
-version= "30"
+version= "31"
 require( "iuplua" )
 require( "iupluacontrols" )
 dofile "../../SavedVariables/History.lua"
diff --git a/data/Group1.lua b/data/Group1.lua
index 6234c0d..3eda71e 100644
--- a/data/Group1.lua
+++ b/data/Group1.lua
@@ -36,7 +36,7 @@ Grp_Dat["1V"].id = {
 [1565]= {L=1, C=2},		-- "Spindleclutch I Conqueror"
 [1589]= {L=2, C=2},		-- "Wayrest Sewers I Conqueror"
 [1610]= {L=3, C=2},		-- "Crypt of Hearts I Conqueror"
-[1639]= {L=4, C=2},		-- "Volenfell Conqueror"
+[1629]= {L=4, C=2},		-- "Volenfell Conqueror"
 [1647]= {L=5, C=2},		-- "Blackheart Haven Conqueror"

 [1549]= {L=1, C=3},		-- "Banished Cells I Conqueror"
diff --git a/history.lua b/history.lua
index 17e54d2..5eb1483 100644
--- a/history.lua
+++ b/history.lua
@@ -1,6 +1,6 @@
 hist = {
 	name = "history",
-	version = "30",
+	version = "31",
 	initialised = false,
 	SV={},
 	L={},
diff --git a/history.txt b/history.txt
index 3da3c30..3fe758a 100644
--- a/history.txt
+++ b/history.txt
@@ -1,6 +1,6 @@
 ## Title: Dad's History
 ## APIVersion: 100017
-## Version: 30
+## Version: 31
 ## Author: HisDad
 ## Description: Record progress of all characters for offline viewing.
 ## SavedVariables: History_SV