mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-27 09:56:03 +00:00
easteregg: fix new-year conflict with afkcam
This commit is contained in:
@@ -30,7 +30,7 @@ pfUI:RegisterModule("easteregg", function ()
|
||||
|
||||
-- happy new year
|
||||
if date("%m%d") == "1231" or date("%m%d") == "0101" then
|
||||
local fireworks = CreateFrame("Button", "pfFireworks", UIParent)
|
||||
local fireworks = CreateFrame("Button", "pfFireworks", WorldFrame)
|
||||
fireworks:SetFrameStrata("DIALOG")
|
||||
fireworks:SetAllPoints()
|
||||
fireworks:Hide()
|
||||
|
||||
Reference in New Issue
Block a user