Rework battlepass timer to use uwow API
This commit is contained in:
6
FreshShit/BattlePassTimer/event.lua
Normal file
6
FreshShit/BattlePassTimer/event.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
-- CHAT_MSG_ADDON
|
||||
function(e, opcode, msg)
|
||||
if opcode ~= "UISMSG_TO_CLIENT" then return end
|
||||
BattlepassInfo.ParseApi(msg)
|
||||
return true
|
||||
end
|
||||
Reference in New Issue
Block a user