mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 16:34:45 +00:00
fix #34
This commit is contained in:
@@ -1336,10 +1336,10 @@ function CH:DisplayChatHistory()
|
|||||||
CH.SoundPlayed = nil
|
CH.SoundPlayed = nil
|
||||||
end
|
end
|
||||||
|
|
||||||
tremove(ChatTypeGroup["GUILD"], 2)
|
tremove(ChatTypeGroup["GUILD"], 3)
|
||||||
function CH:DelayGuildMOTD()
|
function CH:DelayGuildMOTD()
|
||||||
local delay, delayFrame, chat = 0, CreateFrame("Frame")
|
local delay, delayFrame, chat = 0, CreateFrame("Frame")
|
||||||
tinsert(ChatTypeGroup["GUILD"], 2, "GUILD_MOTD")
|
tinsert(ChatTypeGroup["GUILD"], 3, "GUILD_MOTD")
|
||||||
delayFrame:SetScript("OnUpdate", function()
|
delayFrame:SetScript("OnUpdate", function()
|
||||||
delay = delay + arg1
|
delay = delay + arg1
|
||||||
if delay < 7 then return end
|
if delay < 7 then return end
|
||||||
|
|||||||
Reference in New Issue
Block a user