Skip to content

Instantly share code, notes, and snippets.

local startupFrame = CreateFrame("Frame")
startupFrame:RegisterEvent("PLAYER_ENTERING_WORLD")
startupFrame:SetScript("OnEvent", function()
if not IsAddOnLoaded("Blizzard_EncounterJournal") then
EncounterJournal_LoadUI()
end
-- Open once to initialise.
EncounterJournal_OpenJournal()