- Added Unstable Affliction to common spells with the same name.

- Fixed few issues with built-in plugins.
This commit is contained in:
Tercio
2016-11-28 16:28:05 -02:00
parent 58c1ab2417
commit 37ab5370c5
5 changed files with 35 additions and 5 deletions
@@ -10,6 +10,8 @@ local _UnitAura = UnitAura --> wow api local
local _math_floor = math.floor --> lua library local
local _cstr = string.format --> lua library local
local _
--> Create the plugin Object
local DmgRank = _detalhes:NewPluginObject ("Details_DmgRank")
--> Main Frame
@@ -15,6 +15,7 @@ local _cstr = string.format --> lua library local
local GetSpellBonusDamage = GetSpellBonusDamage
local UnitAura = UnitAura --> wow api local
local GetTime = GetTime --> wow api local
local _
local _GetSpellInfo =_detalhes.getspellinfo --> details api local
@@ -9,6 +9,7 @@ local _UnitAura = UnitAura --> wow api local
local _math_floor = math.floor --> lua library local
local _cstr = string.format --> lua library local
local _
--> Create the plugin Object
local TimeAttack = _detalhes:NewPluginObject ("Details_TimeAttack")