castbar: reset pushback counter

This commit is contained in:
shagu
2018-11-03 10:31:06 +01:00
parent d8ff32a3d2
commit f1218870b0
+1
View File
@@ -113,6 +113,7 @@ pfUI:RegisterModule("castbar", function ()
this.bar:SetMinMaxValues(1,100)
this.bar:SetValue(100)
this.fadeout = 1
this.delay = 0
end
end)