fix(sync): register OMSYNC addon-message prefix so the threat relay receives on 3.3.5

This commit is contained in:
2026-05-29 10:43:54 +02:00
parent 1287d50d45
commit 7c5fb74e20
+6
View File
@@ -110,6 +110,12 @@ end
-- Receiver
-- ---------------------------------------------------------------------------
-- Register the prefix so CHAT_MSG_ADDON fires for our messages on 3.3.5.
-- Without this, incoming OMSYNC packets are silently discarded by the client.
if RegisterAddonMessagePrefix then
RegisterAddonMessagePrefix(PREFIX)
end
local f = CreateFrame("Frame")
f:RegisterEvent("CHAT_MSG_ADDON")
f:RegisterEvent("PLAYER_LEAVING_WORLD")