More bug fixes

This commit is contained in:
Tercio Jose
2022-10-12 18:37:00 -03:00
parent 69899679e7
commit 6243a32740
90 changed files with 5200 additions and 5212 deletions
+32 -3
View File
@@ -428,10 +428,13 @@ do
--Devastation Evoker:
[368847] = 1467, --Firestorm
[369374] = 1467, --Firestorm
[370452] = 1467, --Shattering Star
[375087] = 1467, --Dragonrage
[359073] = 1467, --Eternity Surge
[359077] = 1467, --Eternity Surge
[357211] = 1467, --Pyre
[357212] = 1467, --Pyre
--Preservation Evoker:
[370960] = 1468, --Emerald Communion
@@ -2960,8 +2963,34 @@ do
[20243] = "WARRIOR", --devastate
[115767] = "WARRIOR", --deep wounds
[109128] = "WARRIOR", --charge
[109128] = "WARRIOR", --charge
[12880] = "WARRIOR", --enrage
--evoker:
[368847] = "EVOKER", --Firestorm
[370452] = "EVOKER", --Shattering Star
[375087] = "EVOKER", --Dragonrage
[359073] = "EVOKER", --Eternity Surge
[369374] = "EVOKER", --Firestorm
[357211] = "EVOKER", --Pyre
[357212] = "EVOKER", --Pyre
[370960] = "EVOKER", --Emerald Communion
[370537] = "EVOKER", --Stasis
[367226] = "EVOKER", --Spiritbloom
[361178] = "EVOKER", --Mass Return
[359816] = "EVOKER", --Dream Flight
[355936] = "EVOKER", --Dream Breath
[357170] = "EVOKER", --Time Dilation
[363534] = "EVOKER", --Rewind
[360823] = "EVOKER", --Naturalize
[373861] = "EVOKER", --Temporal Anomaly
[366155] = "EVOKER", --Reversion
[364343] = "EVOKER", --Echo
[356995] = "EVOKER", --Desintegrate
[357209] = "EVOKER", --Fire Breath
[359077] = "EVOKER", --Eternity Surge
[361500] = "EVOKER", --Living Flame
[353759] = "EVOKER", --Deep Breath
[387036] = "EVOKER", --Burning Embers
}
_detalhes.AbsorbSpells = {
@@ -3949,11 +3978,11 @@ do
return _detalhes.spells_school [school] and _detalhes.spells_school [school].formated or ""
end
local default_school_color = {145/255, 180/255, 228/255}
function _detalhes:GetSpellSchoolColor (school)
function _detalhes:GetSpellSchoolColor(school)
return unpack(_detalhes.spells_school [school] and _detalhes.spells_school [school].decimals or default_school_color)
end
function _detalhes:GetCooldownList (class)
class = class or select(2, UnitClass ("player"))
class = class or select(2, UnitClass("player"))
return _detalhes.DefensiveCooldownSpells [class]
end
end