added commentator stuff, general code cleanup and better formatting, some deprecated code removed

This commit is contained in:
Tercio Jose
2024-07-09 12:47:24 -03:00
committed by andrew6180
parent af3477354a
commit 00f04959cb
20 changed files with 1602 additions and 1596 deletions
+2 -2
View File
@@ -1286,7 +1286,7 @@ function SlashCmdList.DETAILS (msg, editbox)
end
--create a new combat to be the overall for the mythic run
Details:EntrarEmCombate()
Details222.StartCombat()
--get the current combat just created and the table with all past segments
local newCombat = Details:GetCurrentCombat()
@@ -1439,7 +1439,7 @@ function SlashCmdList.DETAILS (msg, editbox)
local tokenId = line:match("%s%s(.*)"):match("^(.-),")
if (tokenId == "ENCOUNTER_START") then
Details:StartCombat()
Details222.StartCombat()
end
if (tokenId == "ENCOUNTER_END") then