Files
wow-weakauras/FreshShit/BattlePassTimer/event.lua

7 lines
139 B
Lua

-- CHAT_MSG_ADDON
function(e, opcode, msg)
if opcode ~= "UISMSG_TO_CLIENT" then return end
BattlepassInfo.ParseApi(msg)
return true
end