diff --git a/.gitignore b/.gitignore index 2809b43..761c3ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ my/* +Doc/Olderversions/* diff --git a/Doc/Changelog.txt b/Doc/Changelog.txt index 1128765..2d6388d 100644 --- a/Doc/Changelog.txt +++ b/Doc/Changelog.txt @@ -1,3 +1,9 @@ +2020-09-29 version 76 + +Removed Greymoor world bosses +Added as Markath + + 2020-09-22 version 75 Added Markath Add missing Greymoor world bosses diff --git a/HistOffline.lua b/HistOffline.lua index 63afdb4..f03aa64 100644 --- a/HistOffline.lua +++ b/HistOffline.lua @@ -27,7 +27,7 @@ end -- ======================== -version= "75" +version= "76" require( "iuplua" ) require( "iupluacontrols" ) diff --git a/data/WB.lua b/data/WB.lua index d2a4a20..1971e09 100644 --- a/data/WB.lua +++ b/data/WB.lua @@ -28,12 +28,12 @@ { name="Clockwork City"}, --22 { name="Summerset"}, --23 + { name="Murkmire"}, --24 -{ name="Elsweyr"}, --25 -{ name="Graymoor"}, --26 -{ name="Markath"}, --27 -} -} +{ name="Northern Elsweyr"}, --25 +{ name="Southern Elsweyr"}, --26 +{ name="Greymoor"}, --27 +{ name="Markath"}, --28 --]] @@ -227,7 +227,7 @@ WB_dat = { --World Boss Achievements --Markath --[2858, -- (Exploration) Defender of the Reach, Defeat both world bosses in the Reach. -[2859] = {Location=27}, -- (Exploration) Weaned From Darkness, Defeat Voidmother Elgroalif at Four Skull Lookout. -[2860] = {Location=27}, -- (Exploration) Dynastor Deposed, Defeat the Dwarven Dynastor Supreme at Sentinel Point. +[2859] = {Location=28}, -- (Exploration) Weaned From Darkness, Defeat Voidmother Elgroalif at Four Skull Lookout. +[2860] = {Location=28}, -- (Exploration) Dynastor Deposed, Defeat the Dwarven Dynastor Supreme at Sentinel Point. } diff --git a/data/keys.lua b/data/keys.lua index 00ccd18..b0ffb5e 100644 --- a/data/keys.lua +++ b/data/keys.lua @@ -36,7 +36,7 @@ Locations2Key = { -- Used for WB and SQ, { key="5:5",L=5,C=5,Area=4}, -- name="Northern Elswyr"}, 25 { key="1:6",L=1,C=6,Area=4}, -- name="Southern Elswyr"}, 26 (Dragonhold) { key="2:6",L=2,C=6,Area=4}, -- name="Greymoor"}, 27 -{ key="3:6",L=3,C=6,Area=4}, -- name="Markark"}, 28 +{ key="3:6",L=3,C=6,Area=4}, -- name="Markath"}, 28 } diff --git a/history.txt b/history.txt index d61ba40..229f7a7 100644 --- a/history.txt +++ b/history.txt @@ -1,6 +1,6 @@ -## Title: Dad's History 75 +## Title: Dad's History 76 ## APIVersion: 100032 100033 -## Version: 75 +## Version: 76 ## Author: HisDad ## Description: Record progress of all characters for offline viewing. No in-game interface. ## SavedVariables: History_SV