From 1d09535b363927f93a9104fe84fcc6db32844dcf Mon Sep 17 00:00:00 2001 From: Taracque Date: Wed, 1 Jul 2015 09:16:29 +0200 Subject: [PATCH] version and toc change for 6.2 --- Change_log.txt | 3 +++ Elementarist.lua | 5 +++-- Elementarist.toc | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Change_log.txt b/Change_log.txt index 1bac282..b47ceeb 100755 --- a/Change_log.txt +++ b/Change_log.txt @@ -1,3 +1,6 @@ +***v3.4.6 +* Fixed: 6.2 compatibility + ***v3.4.5 * Fixed: Minor rotation tweaks * Fixed: Better Flame Shock tracking on non targeted units diff --git a/Elementarist.lua b/Elementarist.lua index 823073a..0d2a12d 100755 --- a/Elementarist.lua +++ b/Elementarist.lua @@ -1,5 +1,5 @@ ------------------------------------------------------------------------------- --- Elementarist 3.4.5 +-- Elementarist 3.4.6 -- -- 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.5'; +Elementarist.versionNumber = '3.4.6'; Elementarist.enabled = true; Elementarist.playerName = UnitName("player") Elementarist.playerGUID = UnitGUID("player") @@ -470,6 +470,7 @@ end function Elementarist:CountPerson(time, event, sguid, sname, sflags, dguid, dname, dflags) local suffix = event:match(".+(_.-)$") if Elementarist.HostileFilter[suffix] then + Elementarist:Debug('DGUID:', dguid); if (bit.band(dflags, COMBATLOG_OBJECT_REACTION_HOSTILE) == COMBATLOG_OBJECT_REACTION_HOSTILE) and (bit.band(dflags, COMBATLOG_OBJECT_AFFILIATION_OUTSIDER) == COMBATLOG_OBJECT_AFFILIATION_OUTSIDER) then if (not Elementarist.person["foe"][dguid]) then Elementarist.person["foeCount"] = Elementarist.person["foeCount"] + 1 diff --git a/Elementarist.toc b/Elementarist.toc index d11924f..466cd35 100755 --- a/Elementarist.toc +++ b/Elementarist.toc @@ -1,8 +1,8 @@ -## Interface: 60100 +## Interface: 60200 ## Title: Elementarist ## Notes: Elemental shaman spell rotation helper ## Author: Taracque, Felmosórongy of Arathor -## Version: 3.4.5 +## Version: 3.4.6 ## SavedVariables: ElementaristDB ## OptionalDeps: OmniCC, SpellFlash ## Dependencies: -- 1.7.9.5