fix gm chat badge aspect ratio

This commit is contained in:
andrew6180
2024-02-21 06:56:21 -07:00
parent 4522f12641
commit 55046a2956
+2 -2
View File
@@ -1109,10 +1109,10 @@ function CH:ChatFrame_MessageEventHandler(frame, event, arg1, arg2, arg3, arg4,
return return
end end
--Add Blizzard Icon, this was sent by a GM --Add Blizzard Icon, this was sent by a GM
pflag = "|TInterface\\ChatFrame\\UI-ChatIcon-Blizz.blp:0:2:0:-3|t " pflag = "|TInterface\\ChatFrame\\UI-ChatIcon-Blizz.blp:0:3:0:-2|t "
elseif arg6 == "DEV" then elseif arg6 == "DEV" then
--Add Blizzard Icon, this was sent by a Dev --Add Blizzard Icon, this was sent by a Dev
pflag = "|TInterface\\ChatFrame\\UI-ChatIcon-Blizz.blp:0:2:0:-3|t " pflag = "|TInterface\\ChatFrame\\UI-ChatIcon-Blizz.blp:0:3:0:-2|t "
elseif arg6 == "DND" or arg6 == "AFK" then elseif arg6 == "DND" or arg6 == "AFK" then
pflag = (pflag or "").._G["CHAT_FLAG_"..arg6] pflag = (pflag or "").._G["CHAT_FLAG_"..arg6]
else else