This commit is contained in:
Pinya
2018-07-22 22:16:39 +03:00
parent 5190f2abf6
commit 19e78f6174
3 changed files with 3 additions and 6 deletions
-3
View File
@@ -17,9 +17,6 @@ end
local function onEvent()
if(this:IsVisible() or event == 'UNIT_COMBO_POINTS') then
--print(this, event, arg and unpack(arg))
--print(this, event, arg1, arg2, arg3, arg4, arg5)
return this[event](this, event, arg1, arg2, arg3, arg4, arg5)
end
end