Update Version String and Changelog
His Dad [01-11-15 - 18:04]
Update Version String and Changelog
diff --git a/AIResearchGrid.lua b/AIResearchGrid.lua
index f861896..609044f 100644
--- a/AIResearchGrid.lua
+++ b/AIResearchGrid.lua
@@ -8,7 +8,7 @@ local _
AIRG = {}
AIRG.name = "AIResearchGrid"
-AIRG.version = "3.2.1"
+AIRG.version = "3.2.2"
AIRG.initialised = false
AIRG.processing = false
AIRG.all = " #ALL" -- Default displayname for Virtual character, overrwritten by Localised version
@@ -717,7 +717,7 @@ function AIRG.AssignStyleLookups()
AIRG.styleLookupIcons[13] = "ESOUI/art/progression/progression_indexicon_weapons_"
AIRG.styleLookupIcons[14] = "ESOUI/art/progression/progression_indexicon_weapons_"
AIRG.styleLookupIcons[15] = "ESOUI/art/progression/progression_indexicon_weapons_"
-
+
-- Translate the icon position to the in-game type. Used for text look-up
AIRG.styleLookupValue = {}
AIRG.styleLookupValue[1] = ITEMSTYLE_RACIAL_HIGH_ELF
diff --git a/doc/changelog.txt b/doc/changelog.txt
index f1d69c8..19fcb28 100644
--- a/doc/changelog.txt
+++ b/doc/changelog.txt
@@ -1,3 +1,10 @@
+2015-01-12 V3.2.2
+ New Feature
+ None
+ Updated Version String.
+ Bug Fixed
+ Styles are now listed in Numeric (book) order rather than by Alpha. Thanks Amaryl.
+
2015-01-08 V3.2.1
New Feature
The Style Motif for Dwemer now shows something useful. Thankyou Garkin.