diff --git a/Doc/Changelog.txt b/Doc/Changelog.txt index 6b353a6..ae4e505 100644 --- a/Doc/Changelog.txt +++ b/Doc/Changelog.txt @@ -1,3 +1,6 @@ +2016-11-30 version 28 + Fix for Wrong Achievements on some mode II veteran dungeons + 2016-11-26 version 27 Internal changes. Unused achievement catgories not saved. Now recording levelling again. diff --git a/HistOffline.lua b/HistOffline.lua index 86d74d1..45e7ce5 100644 --- a/HistOffline.lua +++ b/HistOffline.lua @@ -14,7 +14,7 @@ local Colour_Heading_Complete = "#58FA58" --iup.SetGlobal("UTF8MODE","YES") -- ======================== -version= "27" +version= "28" require( "iuplua" ) require( "iupluacontrols" ) dofile "../../SavedVariables/History.lua" diff --git a/data/Group2.lua b/data/Group2.lua index e0d7c87..61399b3 100644 --- a/data/Group2.lua +++ b/data/Group2.lua @@ -34,9 +34,9 @@ Grp_Dat["2V"].id = { --[357]= {L=4, C=1}, -- "Direfrost Keep Vanquisher" -- [393]= {L=5, C=1}, -- "Blessed Crucible Vanquisher" -[1571]= {L=1, C=2}, -- "Spindleclutch II Vanquisher" -[1595]= {L=2, C=2}, -- "Wayrest Sewers II Vanquisher" -[1616]= {L=3, C=2}, -- "Crypt of Hearts II Vanquisher" +[421]= {L=1, C=2}, -- "Spindleclutch II Conqueror" +[678]= {L=2, C=2}, -- "Wayrest Sewers II Conqueror" +[876]= {L=3, C=2}, -- "Crypt of Hearts II Conqueror" -- [391]= {L=4, C=2}, -- "Volenfell Vanquisher" -- [410]= {L=5, C=2}, -- "Blackheart Haven Vanquisher" @@ -61,7 +61,7 @@ Grp_Dat["2VH"].id = { [448]= {L=1, C=2}, -- "Compassionate Hero" [681]= {L=2, C=2}, -- "Pellingare Ghoul Slayer" -[1804]= {L=3, C=2}, -- "The Blade's Edge" +[1084]= {L=3, C=2}, -- "The Blade's Edge" -- [391]= {L=4, C=2}, -- "Volenfell Vanquisher" -- [410]= {L=5, C=2}, -- "Blackheart Haven Vanquisher" diff --git a/history.lua b/history.lua index 491f39f..75f4727 100644 --- a/history.lua +++ b/history.lua @@ -1,6 +1,6 @@ hist = { name = "history", - version = "27", + version = "28", initialised = false, SV={}, L={}, diff --git a/history.txt b/history.txt index b9fa5e0..e5b3f2d 100644 --- a/history.txt +++ b/history.txt @@ -1,6 +1,6 @@ ## Title: Dad's History ## APIVersion: 100017 -## Version: 27 +## Version: 28 ## Author: HisDad ## Description: Record progress of all characters for offline viewing. ## SavedVariables: History_SV