added abilityID to soul summons block list (two buffs for r2?)
Kith [04-01-16 - 22:55]
added abilityID to soul summons block list (two buffs for r2?)
set tooltips to show full description if available
diff --git a/Aura.lua b/Aura.lua
index c1fb1dd..837e518 100644
--- a/Aura.lua
+++ b/Aura.lua
@@ -81,7 +81,12 @@ end
-- ------------------------
local function OnMouseEnter(aura)
InitializeTooltip(InformationTooltip, aura, BOTTOMLEFT, 0, - 2, TOPLEFT)
- SetTooltipText(InformationTooltip, aura.auraName)
+
+ if (aura.abilityID < 116000 and GetAbilityDescription(aura.abilityID) ~= '') then
+ InformationTooltip:SetAbilityId(aura.abilityID)
+ else
+ SetTooltipText(InformationTooltip, aura.auraName)
+ end
end
local function OnMouseExit()
diff --git a/AuraData.lua b/AuraData.lua
index a1b0f17..1412728 100644
--- a/AuraData.lua
+++ b/AuraData.lua
@@ -185,6 +185,7 @@ local filterAuraGroups = {
},
['soulSummons'] = {
[39269] = true, -- Soul Summons (Rank 1)
+ [43752] = true, -- Soul Summons (Rank 2)
[45590] = true, -- Soul Summons (Rank 2)
},
['vampLycan'] = {
diff --git a/Core.lua b/Core.lua
index c39d60c..afdd448 100644
--- a/Core.lua
+++ b/Core.lua
@@ -2,7 +2,7 @@
Srendarr - Aura (Buff & Debuff) Tracker
----------------------------------------------------------
*
- * Version 2.2.0
+ * Version 2.2.1
* Kith, Garkin, silentgecko
*
*
@@ -12,7 +12,7 @@ local L = Srendarr:GetLocale()
Srendarr.name = 'Srendarr'
Srendarr.slash = '/srendarr'
-Srendarr.version = '2.2.0'
+Srendarr.version = '2.2.1'
Srendarr.versionDB = 3
Srendarr.displayFrames = {}
diff --git a/Srendarr.txt b/Srendarr.txt
index c8a65a9..802461e 100644
--- a/Srendarr.txt
+++ b/Srendarr.txt
@@ -1,6 +1,6 @@
## Title: |c67b1e9S|c4779ce'rendarr|r
## Description: Adds graphical tracking of buffs and debuffs on both yourself and others in a manner that meshes with the stock interface theme.
-## Version: 2.2.0
+## Version: 2.2.1
## Author: Kith, |cEFEBBEGarkin, silentgecko|r
## APIVersion: 100014
## SavedVariables: SrendarrDB