- fixing a bug where Banish wasn't triggering the CC bar

This commit is contained in:
Parnic
2008-04-28 13:47:59 +00:00
parent 949036675d
commit cbca55837a
2 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@ function FocusCC.prototype:init()
self.debuffList["Freezing Trap Effect"] = "Incapacitate"
self.debuffList["Chastize"] = "Incapacitate"
self.debuffList["Maim"] = "Incapacitate"
self.debuffList["Banish"] = "Incapacitate"
self.debuffList["Psychic Scream"] = "Fear"
self.debuffList["Fear"] = "Fear"

View File

@ -49,6 +49,7 @@ function TargetCC.prototype:init()
self.debuffList["Freezing Trap Effect"] = "Incapacitate"
self.debuffList["Chastize"] = "Incapacitate"
self.debuffList["Maim"] = "Incapacitate"
self.debuffList["Banish"] = "Incapacitate"
self.debuffList["Psychic Scream"] = "Fear"
self.debuffList["Fear"] = "Fear"