Duh

His Dad [05-02-15 - 03:54]
Duh
Filename
AIResearchGrid.lua
AIResearchGrid.txt
doc/changelog.txt
diff --git a/AIResearchGrid.lua b/AIResearchGrid.lua
index 5b85fbd..d731ca6 100644
--- a/AIResearchGrid.lua
+++ b/AIResearchGrid.lua
@@ -9,7 +9,7 @@ local _
 AIRG = {}

 AIRG.name = "AIResearchGrid"
-AIRG.version = "3.2.7"
+AIRG.version = "3.2.8"
 AIRG.initialised = false
 AIRG.processing = false
 AIRG.all = " #ALL"  -- Default displayname for Virtual character, overrwritten by Localised version
@@ -807,12 +807,12 @@ function AIRG.Initialise(eventCode, addOnName)
 	AIRG.vars.styles[AIRG.all] = {}
     -- Create these here so the UI dropdown will have them first time around.
     AIRG.vars.data[AIRG.playerName] = {}    -- create a table for this character's matrix
-    AIRG.vars.data[AIRG.all] = {}    -- and our virtual character
+
 	--Remove possibly spurious character data
 	AIRG.vars.data["#TOUS"] = nil
 	AIRG.vars.data[" #ALLE"] = nil
 	AIRG.vars.data[" #ALL"] = nil
-
+    AIRG.vars.data[AIRG.all] = {}    -- and our virtual character
   -- Create Empty data for Virtual Char set to 0, (Not known)
     local i, j

diff --git a/AIResearchGrid.txt b/AIResearchGrid.txt
index 8e9eb04..e08b308 100644
--- a/AIResearchGrid.txt
+++ b/AIResearchGrid.txt
@@ -1,6 +1,6 @@
-## Title: |cFFFFB0Research Grid|r v3.2.7
+## Title: |cFFFFB0Research Grid|r v3.2.8
 ## APIVersion: 100011
-## Version: 3.2.7
+## Version: 3.2.8
 ## Author: Stormknight and Team
 ## OptionalDependsOn: LibAddonMenu-2.0
 ## SavedVariables: AIRG_SavedVariables
diff --git a/doc/changelog.txt b/doc/changelog.txt
index ae68b26..99d40de 100644
--- a/doc/changelog.txt
+++ b/doc/changelog.txt
@@ -1,3 +1,6 @@
+2015-05-02  V3.2.8
+	somedays I should just stay in bed
+
 2015-05-02  V3.2.7
 	New Feature
 	None