@@ -1690,7 +1690,7 @@ function atributo_misc:ToolTipBuffUptime (instancia, numero, barra)
|
||||
local _combat_time = instancia.showing:GetCombatTime()
|
||||
|
||||
for _spellid, _tabela in _pairs (minha_tabela) do
|
||||
buffs_usados [#buffs_usados+1] = {_spellid, _tabela.uptime}
|
||||
buffs_usados [#buffs_usados+1] = {_spellid, _tabela.uptime or 0}
|
||||
end
|
||||
--_table_sort (buffs_usados, Sort2Reverse)
|
||||
_table_sort (buffs_usados, _detalhes.Sort2)
|
||||
|
||||
+1
-1
@@ -2798,7 +2798,7 @@
|
||||
escudo [alvo_name][spellid][who_name] = amount
|
||||
|
||||
if (overheal > 0) then
|
||||
return parser:heal (token, time, who_serial, who_name, who_flags, alvo_serial, alvo_name, alvo_flags, alvo_flags2, spellid, spellname, nil, 0, _math_ceil (overheal), 0, 0, nil, true)
|
||||
return parser:heal (token, time, who_serial, who_name, who_flags, alvo_serial, alvo_name, alvo_flags, alvo_flags2, spellid, spellname, nil, 0, _math_ceil (overheal), 0, nil, true)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
@@ -2141,7 +2141,7 @@ do
|
||||
editInstanceSetting(currentInstance, "SetBarTextSettings", nil, nil, nil, nil, nil, nil, nil, nil, text)
|
||||
afterUpdate()
|
||||
end
|
||||
_G.DetailsWindowOptionsBarTextEditor:Open (currentInstance.row_info.textL_custom_text, callback, _G.DetailsOptionsWindow, _detalhes.instance_defaults.row_info.textL_custom_text)
|
||||
_G.DetailsWindowOptionsBarTextEditor:Open (currentInstance.row_info.textR_custom_text, callback, _G.DetailsOptionsWindow, _detalhes.instance_defaults.row_info.textL_custom_text)
|
||||
end,
|
||||
icontexture = [[Interface\GLUES\LOGIN\Glues-CheckBox-Check]],
|
||||
--icontexcoords = {160/512, 179/512, 142/512, 162/512},
|
||||
|
||||
Reference in New Issue
Block a user