1:4 is best looking chat badge size
This commit is contained in:
parent
55046a2956
commit
df69ca0c20
1 changed files with 2 additions and 2 deletions
|
|
@ -1109,10 +1109,10 @@ function CH:ChatFrame_MessageEventHandler(frame, event, arg1, arg2, arg3, arg4,
|
|||
return
|
||||
end
|
||||
--Add Blizzard Icon, this was sent by a GM
|
||||
pflag = "|TInterface\\ChatFrame\\UI-ChatIcon-Blizz.blp:0:3:0:-2|t "
|
||||
pflag = "|TInterface\\ChatFrame\\UI-ChatIcon-Blizz.blp:0:4:4:-3|t "
|
||||
elseif arg6 == "DEV" then
|
||||
--Add Blizzard Icon, this was sent by a Dev
|
||||
pflag = "|TInterface\\ChatFrame\\UI-ChatIcon-Blizz.blp:0:3:0:-2|t "
|
||||
pflag = "|TInterface\\ChatFrame\\UI-ChatIcon-Blizz.blp:0:4:4:-3|t "
|
||||
elseif arg6 == "DND" or arg6 == "AFK" then
|
||||
pflag = (pflag or "").._G["CHAT_FLAG_"..arg6]
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue