Add Dragonstar Arena.

His Dad [04-27-15 - 07:41]
Add Dragonstar Arena.
Adjust some field sizes.
Filename
Doc/Changelog.txt
HistOffline.lua
en.lua
diff --git a/Doc/Changelog.txt b/Doc/Changelog.txt
index ed874a5..abbafd2 100644
--- a/Doc/Changelog.txt
+++ b/Doc/Changelog.txt
@@ -1,4 +1,10 @@
 2015-04-27
+	Version 4
+	Added Dragonstar Arena
+	Adjusted size of some fields
+
+
+2015-04-27
 	Version 3
 	Oops! incorrect initialise on new char causes crash.
 	Log in with each char to let the updated addon fix the data file.
diff --git a/HistOffline.lua b/HistOffline.lua
index 113b09a..bbfa521 100644
--- a/HistOffline.lua
+++ b/HistOffline.lua
@@ -362,7 +362,7 @@ btn_archive = iup.button{title="Archive", FGCOLOR = "#FF0000"}
 		accounts[acc].name[char].Vet_box.Redraw= "ALL"

 		-- Create Locations Box==============================================
-		accounts[acc].name[char].Map_box= iup.matrix {numcol=6, numcol_visible=6,  numlin=0, widthdef=60}
+		accounts[acc].name[char].Map_box= iup.matrix {numcol=6, numcol_visible=6,  numlin=0, widthdef=70}

 		accounts[acc].name[char].Map_box:setcell(0,0, L.Location)
 		accounts[acc].name[char].Map_box:setcell(0,1, L.Visits)
@@ -470,8 +470,8 @@ btn_archive = iup.button{title="Archive", FGCOLOR = "#FF0000"}
 		iup.Append(accounts[acc].tabs,accounts[acc].name[char].tab)

 		local panel =(#accounts[acc].names * 90)
-		if panel < 650  then
-			panel = 650
+		if panel < 680  then
+			panel = 680
 		elseif panel >950 then
 			panel = 950
 		end
diff --git a/en.lua b/en.lua
index 8427be9..5e74517 100644
--- a/en.lua
+++ b/en.lua
@@ -349,7 +349,19 @@ Area_names = {
 	},
 	[1139] = {L=3, C=5,
 		["name"] = "Craglorn Trials Conqueror",
-		["description"] = "You have completed Hel Ra Citadel, Aetherian Archive, and Sanctum Ophidia at their highest difficulties.",
+		["descr"] = "You have completed Hel Ra Citadel, Aetherian Archive, and Sanctum Ophidia at their highest difficulties.",
 		["points"] = 50,
 	},
-	}
\ No newline at end of file
+	[992] = {L=4, C=5,
+            ["points"] = 50,
+			["name"] = "Dragonstar Arena",
+			["name2"] = "Dragonstar Arena Champion",
+            ["descr"] = "Conquer all challengers and earn the title of Dragonstar Arena Champion!",
+ 	},
+	[1140] = {L=4, C=5,
+			["name"] = "Dragonstar Arena",
+            ["points"] = 50,
+            ["descr"] = "Conquer all challengers on the increased difficulty version of Dragonstar Arena.",
+            ["name2"] = "Dragonstar Arena Conqueror",
+    },
+}