version and toc change for 6.2
Taracque [07-01-15 - 07:16]
version and toc change for 6.2
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: