Fixed: LUA error in CountPerson method
Taracque [03-07-13 - 19:15]
Fixed: LUA error in CountPerson method
Version changed to 3.1.4
diff --git a/Change_log.txt b/Change_log.txt
index 22d87a2..8bbaf9e 100755
--- a/Change_log.txt
+++ b/Change_log.txt
@@ -1,3 +1,6 @@
+**v3.1.4**
+* Fixed: LUA error in CountPerson method
+
**v3.1.3**
* Added: Stormlash totem now automaticaly announced to the raid/party chat.
* Change: 5.2 Compatibiliy
diff --git a/Elementarist.lua b/Elementarist.lua
index 8ee6359..6718e6e 100755
--- a/Elementarist.lua
+++ b/Elementarist.lua
@@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
--- Elementarist 3.1.3
+-- Elementarist 3.1.4
--
-- Shows the advised spell for an elemental shaman for optimal DPS output.
-------------------------------------------------------------------------------
@@ -8,7 +8,7 @@ Elementarist = {Locals = {}}
local L = Elementarist.Locals
-Elementarist.versionNumber = '3.1.3';
+Elementarist.versionNumber = '3.1.4';
Elementarist.enabled = true;
Elementarist.playerName = UnitName("player")
Elementarist.playerGUID = UnitGUID("player")
diff --git a/Elementarist.toc b/Elementarist.toc
index f79b13d..60d9f2a 100755
--- a/Elementarist.toc
+++ b/Elementarist.toc
@@ -2,7 +2,7 @@
## Title: Elementarist
## Notes: Elemental shaman spell rotation helper
## Author: Taracque, Felmosórongy of Arathor
-## Version: 3.1.3
+## Version: 3.1.4
## SavedVariables: ElementaristDB
## OptionalDeps: OmniCC, SpellFlash
## Dependencies: