Tumble files around a bit
This commit is contained in:
6
WeakAuras/Projects/BattlePassTimer/event.lua
Normal file
6
WeakAuras/Projects/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 BattlepassInfo.dayRewardComplete == 0
|
||||
end
|
||||
Reference in New Issue
Block a user