From 7026872d80827e570d3b5f5708c8cc8ff03ff238 Mon Sep 17 00:00:00 2001 From: Taracque Date: Thu, 7 Mar 2013 20:15:55 +0100 Subject: [PATCH] Fixed: LUA error in CountPerson method Version changed to 3.1.4 --- Change_log.txt | 3 +++ Elementarist.lua | 4 ++-- Elementarist.toc | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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: -- 1.7.9.5