From 2688085882b35bfbccedf554009c6ea567de880c Mon Sep 17 00:00:00 2001 From: Taracque Date: Thu, 12 Mar 2015 12:53:56 +0100 Subject: [PATCH] ***v3.4.2 * Fixed: Various rotation fixes --- 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 7b5c71a..956e6f7 100755 --- a/Change_log.txt +++ b/Change_log.txt @@ -1,3 +1,6 @@ +***v3.4.2 +* Fixed: Various rotation fixes + ***v3.4.1 * Fixed: Liquid Magma * Fixed: Cooldown animations removed correctly once finished diff --git a/Elementarist.lua b/Elementarist.lua index 8451c2d..0ed1f11 100755 --- a/Elementarist.lua +++ b/Elementarist.lua @@ -1,5 +1,5 @@ ------------------------------------------------------------------------------- --- Elementarist 3.4.1 +-- Elementarist 3.4.2 -- -- 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.4.1'; +Elementarist.versionNumber = '3.4.2'; Elementarist.enabled = true; Elementarist.playerName = UnitName("player") Elementarist.playerGUID = UnitGUID("player") diff --git a/Elementarist.toc b/Elementarist.toc index 1fc585b..c033e71 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.4.1 +## Version: 3.4.2 ## SavedVariables: ElementaristDB ## OptionalDeps: OmniCC, SpellFlash ## Dependencies: -- 1.7.9.5