Skip to content

Commit

Permalink
add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
fxpw committed Mar 19, 2024
1 parent d62f588 commit be77052
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added Media/ChatLogos/eye2.tga
Binary file not shown.
3 changes: 3 additions & 0 deletions Modules/Chat/Chat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ local gb = E:TextureString([[Interface\AddOns\ElvUI\Media\ChatLogos\gbutterfly]
local angrybird = E:TextureString([[Interface\AddOns\ElvUI\Media\ChatLogos\angrybird]], ":32:32")

local lunt = E:TextureString([[Interface\AddOns\ElvUI\Media\ChatLogos\lunt]], ":32:32")
local eye2 = E:TextureString([[Interface\AddOns\ElvUI\Media\ChatLogos\eye2]], ":25:25")



Expand Down Expand Up @@ -295,6 +296,8 @@ local specialChatIconsSirus = {
["Pain-Sirus x5 - 3.3.5a+"] = angrybird,
["Масстаунт-Sirus x5 - 3.3.5a+"] = angrybird,
["Lyntuk-Sirus x5 - 3.3.5a+"] = lunt,
["Акация -Sirus x5 - 3.3.5a+"] = eye2,
["Шиккай-Scourge x2 - 3.3.5a+"] = eye2,
}
local randomChatIcons = {
["Шутка-Scourge x2 - 3.3.5a+"] = true,
Expand Down

0 comments on commit be77052

Please sign in to comment.