Signed-off-by: His Dad <John@hisdad.org>

His Dad [05-28-19 - 07:32]
Signed-off-by: His Dad <John@hisdad.org>

Minor Elsweyr trials fix
Filename
Doc/Changelog.txt
HistOffline.lua
data/Trials.lua
history.lua
history.txt
diff --git a/Doc/Changelog.txt b/Doc/Changelog.txt
index 0e4ef31..55bc777 100644
--- a/Doc/Changelog.txt
+++ b/Doc/Changelog.txt
@@ -1,3 +1,7 @@
+2019-05-28 version 60
+Copied the Sunspire Trials main achievements to the Trials tab while leaving them also in Elsweyr.
+
+
 2019-05-27 version 59
 Update for Elsweyr.
 Achievement Columns are a bit wider.
diff --git a/HistOffline.lua b/HistOffline.lua
index 47674ba..8d3fce4 100644
--- a/HistOffline.lua
+++ b/HistOffline.lua
@@ -17,7 +17,7 @@ Settings_s ="./my/visibility.lua"
 --force_lang = "de"  --	or "de" or "fr"  for debugging

 -- ========================
-version= "59"
+version= "60"
 require( "iuplua" )
 require( "iupluacontrols" )

diff --git a/data/Trials.lua b/data/Trials.lua
index 2bb0840..55c54a2 100644
--- a/data/Trials.lua
+++ b/data/Trials.lua
@@ -18,6 +18,7 @@ append(Trials_Dat["Trials Norm"].id,
 1343,	-- "Thieves Guild","Drive the dro-m'Athra back to the void and close the Maw of Lorkhaj in Normal Mode.",
 2132,	-- (Cloudrest) Cloudrest Contender,  Defeat Z'Maja, Siroria, Relequen, and Galenwe in the same fight in Cloudrest.
 2076,	-- (Asylum Sanctorium)"Asylum Sanctorium Completed""Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in Asylum Sanctorium.",
+2433,	-- (Sunspire) Sunspire Completed,  Defeat Yolnahkriin, Lokkestiiz, and Nahviintaas in Sunspire.
 })

 Trials_Dat["Trials Norm"].vet = false
@@ -42,6 +43,7 @@ append(Trials_Dat["Trials Vet"].id,
 1368,	-- "Maw of Lorkhaj Conqueror", "Defeat Rakkhat, Fang of Lorkhaj and his legions of dro-m'Athra in Veteran Maw of Lorkhaj.",
 2133,	-- (Cloudrest)"Cloudrest Conqueror", "Defeat Z'Maja, Siroria, Relequen, and Galenwe in Veteran Cloudrest.",
 2077,	-- (Asylum Sanctorium)"Asylum Sanctorium Conqueror", "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in Veteran Asylum Sanctorium.",
+2435,	-- (Sunspire) Sunspire Conqueror,  Defeat Yolnahkriin, Lokkestiiz, and Nahviintaas in Veteran Sunspire.
 })

 Trials_Dat["Trials Vet"].vet = true
diff --git a/history.lua b/history.lua
index 12672be..5f2b55b 100644
--- a/history.lua
+++ b/history.lua
@@ -1,6 +1,6 @@
 hist = {
 	name = "history",
-	version = 58,
+	version = 60,
 	initialised = false,
 	SV={},
 	L={},
diff --git a/history.txt b/history.txt
index 0e17224..63c3cd3 100644
--- a/history.txt
+++ b/history.txt
@@ -1,8 +1,8 @@
 ## Title: Dad's History
 ## APIVersion: 100027 100028
-## Version: 59
+## Version: 60
 ## Author: HisDad
-## Description: Record progress of all characters for offline viewing.
+## Description: Record progress of all characters for offline viewing. No in-game interface.
 ## SavedVariables: History_SV

 timetable.lua