update ouf

This commit is contained in:
Bunny67
2018-07-23 17:56:56 +03:00
parent 88052dd29f
commit 83f43bdca1
+1 -1
View File
@@ -17,7 +17,7 @@ end
local function onEvent() local function onEvent()
if(this:IsVisible() or event == 'UNIT_COMBO_POINTS') then if(this:IsVisible() or event == 'UNIT_COMBO_POINTS') then
return this[event](this, event, arg1, arg2, arg3, arg4, arg5) return this[event](this, event, arg1, arg2, arg3)
end end
end end