mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 22:51:53 -05:00
- fixing a bug where Banish wasn't triggering the CC bar
This commit is contained in:
@ -49,6 +49,7 @@ function FocusCC.prototype:init()
|
|||||||
self.debuffList["Freezing Trap Effect"] = "Incapacitate"
|
self.debuffList["Freezing Trap Effect"] = "Incapacitate"
|
||||||
self.debuffList["Chastize"] = "Incapacitate"
|
self.debuffList["Chastize"] = "Incapacitate"
|
||||||
self.debuffList["Maim"] = "Incapacitate"
|
self.debuffList["Maim"] = "Incapacitate"
|
||||||
|
self.debuffList["Banish"] = "Incapacitate"
|
||||||
|
|
||||||
self.debuffList["Psychic Scream"] = "Fear"
|
self.debuffList["Psychic Scream"] = "Fear"
|
||||||
self.debuffList["Fear"] = "Fear"
|
self.debuffList["Fear"] = "Fear"
|
||||||
|
@ -49,6 +49,7 @@ function TargetCC.prototype:init()
|
|||||||
self.debuffList["Freezing Trap Effect"] = "Incapacitate"
|
self.debuffList["Freezing Trap Effect"] = "Incapacitate"
|
||||||
self.debuffList["Chastize"] = "Incapacitate"
|
self.debuffList["Chastize"] = "Incapacitate"
|
||||||
self.debuffList["Maim"] = "Incapacitate"
|
self.debuffList["Maim"] = "Incapacitate"
|
||||||
|
self.debuffList["Banish"] = "Incapacitate"
|
||||||
|
|
||||||
self.debuffList["Psychic Scream"] = "Fear"
|
self.debuffList["Psychic Scream"] = "Fear"
|
||||||
self.debuffList["Fear"] = "Fear"
|
self.debuffList["Fear"] = "Fear"
|
||||||
|
Reference in New Issue
Block a user