- Added Unstable Affliction to common spells with the same name.
- Fixed few issues with built-in plugins.
This commit is contained in:
@@ -141,7 +141,13 @@
|
||||
|
||||
[193315] = 197834, --rogue Saber Slash
|
||||
[202822] = 202823, --rogue greed
|
||||
|
||||
[233496] = 233490, --Unstable Affliction
|
||||
[233497] = 233490, --Unstable Affliction
|
||||
[233498] = 233490, --Unstable Affliction
|
||||
[233499] = 233490, --Unstable Affliction
|
||||
}
|
||||
|
||||
local is_using_spellId_override = false
|
||||
|
||||
local SPELLID_SHAMAN_SLASH_AURA = 195222
|
||||
@@ -4198,6 +4204,10 @@ SPELL_POWER_OBSOLETE2 = 15;
|
||||
tanks_members_cache [_UnitGUID ("player")] = true
|
||||
end
|
||||
end
|
||||
|
||||
if (_detalhes.iam_a_tank) then
|
||||
tanks_members_cache [_UnitGUID ("player")] = true
|
||||
end
|
||||
end
|
||||
|
||||
function _detalhes:IsATank (playerguid)
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user