Bug fixes, Framework update, General changes to accommodate new systems.

This commit is contained in:
Tercio Jose
2024-02-26 14:12:11 -03:00
parent 483d9c6976
commit 32adc61608
34 changed files with 1801 additions and 524 deletions
+3 -3
View File
@@ -353,7 +353,7 @@
custom = custom:gsub("{target}", alvo_name or "")
_detalhes:SendMsgToChannel (custom, "PRINT")
else
local minute, second = _detalhes:GetCombat():GetFormatedCombatTime()
local minute, second = _detalhes:GetCombat():GetMSTime()
local class = Details:GetUnitClass(who_name)
local class_color = "|cFFFF3333"
@@ -455,7 +455,7 @@
end
local msg
local minute, second = _detalhes:GetCombat():GetFormatedCombatTime()
local minute, second = _detalhes:GetCombat():GetMSTime()
local class = Details:GetUnitClass(who_name)
local class_color = "|cFFFFFFFF"
@@ -592,7 +592,7 @@
msg = msg .. " " .. spells
if (where == 4) then --observer
local minute, second = _detalhes:GetCombat():GetFormatedCombatTime()
local minute, second = _detalhes:GetCombat():GetMSTime()
if (second < 10) then
second = "0" .. second
end