Incorrect initialiliastion of styles
His Dad [11-07-15 - 18:37]
Incorrect initialiliastion of styles
diff --git a/AIResearchGrid.lua b/AIResearchGrid.lua
index 8150b7a..7008ec6 100644
--- a/AIResearchGrid.lua
+++ b/AIResearchGrid.lua
@@ -12,7 +12,7 @@ local _
AIRG = {}
AIRG.name = "AIResearchGrid"
-AIRG.version = "3.3.8"
+AIRG.version = "3.3.9"
AIRG.initialised = false
AIRG.processing = false
AIRG.all = " #ALL" -- Default displayname for Virtual character, overrwritten by Localised version
@@ -609,7 +609,7 @@ function AIRG.PopulateAll()
AIRG.vars.styles[thisname] = {}
end
- for i = 14 ,20 do -- helps stop crashes when new styles are added
+ for i = 15 ,20 do -- helps stop crashes when new styles are added
if AIRG.vars.styles[thisname][i] == nil then
AIRG.vars.styles[thisname][i] = {}
end
diff --git a/AIResearchGrid.txt b/AIResearchGrid.txt
index f028fe4..e72049b 100644
--- a/AIResearchGrid.txt
+++ b/AIResearchGrid.txt
@@ -1,6 +1,6 @@
-## Title: |cFFFFB0Research Grid|r v3.3.8
+## Title: |cFFFFB0Research Grid|r v3.3.9
## APIVersion: 100013
-## Version: 3.3.8
+## Version: 3.3.9
## Author: Stormknight and Team
## OptionalDependsOn: LibAddonMenu-2.0
## SavedVariables: AIRG_SavedVariables
diff --git a/doc/changelog.txt b/doc/changelog.txt
index 21ac8b5..2630ec4 100644
--- a/doc/changelog.txt
+++ b/doc/changelog.txt
@@ -1,3 +1,9 @@
+2015-11-08 3.3.9
+ New Feature
+ None
+ Bug Fix
+ Incorrect initialisation of Styles
+
2015-11-03 3.3.8
New Feature
API Bump