castbar: add pushback counter to channel bar

This commit is contained in:
shagu
2018-11-10 13:41:58 +01:00
parent 3db0f569b9
commit 156d858a2e
3 changed files with 12 additions and 4 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ setfenv(1, pfUI:GetEnvironment())
if pfUI.client > 11200 then return end
-- [[ Constants ]]--
CASTBAR_DELAY_EVENT = "SPELLCAST_DELAYED" -- SPELLCAST_CHANNEL_UPDATE ?
CASTBAR_EVENT_CAST_DELAY = "SPELLCAST_DELAYED"
CASTBAR_EVENT_CHANNEL_DELAY = "SPELLCAST_CHANNEL_UPDATE"
NAMEPLATE_OBJECTORDER = { "border", "glow", "name", "level", "levelicon",
"raidicon" }