small bug fixes
This commit is contained in:
@@ -387,7 +387,6 @@ DF.CooldownsBySpec = {
|
||||
--marksmanship
|
||||
[254] = {
|
||||
[193526] = 1, --Trueshot
|
||||
[260402] = 1, --Double tap
|
||||
[186265] = 2, --Aspect of the Turtle
|
||||
[199483] = 2, --Camouflage (talent)
|
||||
[109304] = 2, --Exhilaration
|
||||
|
||||
@@ -467,7 +467,6 @@ LIB_RAID_STATUS_COOLDOWNS_BY_SPEC = {
|
||||
--marksmanship
|
||||
[254] = {
|
||||
[193526] = 1, --Trueshot
|
||||
[260402] = 1, --Double tap
|
||||
[186265] = 2, --Aspect of the Turtle
|
||||
[199483] = 2, --Camouflage (talent)
|
||||
[109304] = 2, --Exhilaration
|
||||
|
||||
@@ -1730,11 +1730,6 @@
|
||||
end
|
||||
end
|
||||
|
||||
--if (not absorb_spell_list [shieldid] and not gotit[shieldid]) then
|
||||
-- local _, class = UnitClass (owner_name)
|
||||
--print ("Shield Not Registered:", shieldid, shieldname, class)
|
||||
--end
|
||||
|
||||
--> diminuir o escudo nas tabelas de escudos
|
||||
local shields_on_target = escudo [alvo_name]
|
||||
if (shields_on_target) then
|
||||
|
||||
@@ -617,6 +617,17 @@ do
|
||||
desc = Loc ["STRING_OPTIONS_IGNORENICKNAME_DESC"],
|
||||
},
|
||||
|
||||
{--remove realm name
|
||||
type = "toggle",
|
||||
get = function() return _detalhes.remove_realm_from_name end,
|
||||
set = function (self, fixedparam, value)
|
||||
_detalhes.remove_realm_from_name = value
|
||||
afterUpdate()
|
||||
end,
|
||||
name = Loc ["STRING_OPTIONS_REALMNAME"],
|
||||
desc = Loc ["STRING_OPTIONS_REALMNAME_DESC"],
|
||||
},
|
||||
|
||||
{type = "blank"},
|
||||
|
||||
{type = "label", get = function() return "Immersion" end, text_template = subSectionTitleTextTemplate}, --localize-me
|
||||
|
||||
@@ -110,6 +110,11 @@ do
|
||||
|
||||
[228649] = {name = GetSpellInfo (228649) .. " (Passive)"}, --Monk Mistweaver Blackout kick - Passive Teachings of the Monastery
|
||||
|
||||
[339538] = {name = GetSpellInfo (224266) .. " (Templar's Vindication)"}, --
|
||||
|
||||
--> shadowlands trinkets
|
||||
[345020] = {name = GetSpellInfo (345020) .. " (Trinket)"},
|
||||
|
||||
--> bfa trinkets
|
||||
[278155] = {name = GetSpellInfo (278155) .. " (Trinket)"}, --[Twitching Tentacle of Xalzaix]
|
||||
[279664] = {name = GetSpellInfo (279664) .. " (Trinket)"}, --[Vanquished Tendril of G'huun]
|
||||
|
||||
@@ -209,7 +209,6 @@ do
|
||||
|
||||
-- Feral Druid:
|
||||
[132185] = 103, -- Predatory Swiftness
|
||||
[571586] = 103, -- Incarnation: King of the Jungle
|
||||
[132242] = 103, -- Tiger's Fury
|
||||
[132278] = 103, -- Primal Fury
|
||||
[132141] = 103, -- Brutal Slash
|
||||
@@ -2880,11 +2879,6 @@ do
|
||||
|
||||
}
|
||||
|
||||
_detalhes.DualSideSpells = {
|
||||
[114165] = true,-- Holy Prism (paladin)
|
||||
[47750] = true, -- Penance (priest)
|
||||
}
|
||||
|
||||
_detalhes.AttackCooldownSpells = {
|
||||
--death knight
|
||||
--[49016] = true, -- Unholy Frenzy (attack cd)
|
||||
|
||||
Reference in New Issue
Block a user