From 5f2cd7cfdcac47f52ae9dea40ea603c5f0f2eb60 Mon Sep 17 00:00:00 2001 From: urnati Date: Fri, 31 Jan 2020 00:28:03 -0500 Subject: [PATCH] - Add symbol to messages - Swap the 'start' and 'result' buttons --- TitanClassicLootType/TitanClassicLootType.lua | 6 +++--- TitanClassicLootType/TitanClassicLootType.xml | 20 ++++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/TitanClassicLootType/TitanClassicLootType.lua b/TitanClassicLootType/TitanClassicLootType.lua index 7cb02ff..d17586b 100644 --- a/TitanClassicLootType/TitanClassicLootType.lua +++ b/TitanClassicLootType/TitanClassicLootType.lua @@ -1209,7 +1209,7 @@ function Track.StartRoll () Track.ShowWindow() Track.ClearRolls() Track.DB.RollInProcess = true - Track.AddChat(Track.MSGPREFIX_START .. string.format(L["MsgStart"],L["TextPass"])) + Track.AddChat(Track.MSGPREFIX_START .. "{circle} "..string.format(L["MsgStart"],L["TextPass"])) Track.AddChat(L["MsgBar"]) end @@ -1245,9 +1245,9 @@ function Track.RollAnnounce() end if winName == "" then - msg= Track.MSGPREFIX_END .. addPrefix .. " No winners" + msg= Track.MSGPREFIX_END .. addPrefix .. "{circle} No winners" else - msg= Track.MSGPREFIX_END .. addPrefix .. string.format(L["MsgAnnounce"] ,winName, winRoll) + msg= Track.MSGPREFIX_END .. addPrefix .. "{circle} ".. string.format(L["MsgAnnounce"] ,winName, winRoll) end Track.AddChat(msg) diff --git a/TitanClassicLootType/TitanClassicLootType.xml b/TitanClassicLootType/TitanClassicLootType.xml index 321b8d1..2cc08e6 100644 --- a/TitanClassicLootType/TitanClassicLootType.xml +++ b/TitanClassicLootType/TitanClassicLootType.xml @@ -163,7 +163,7 @@ - -