Originally Posted by
googlebee
it was patched a week or 2 ago afaik. Cukiemonster and i were discussing it back then.
So about your interrupt ability u use.....

GB - the Xelper interrupt that I use had to be modified. Did you possibly run the update on PQR and include the interrupt to overwrite changes you made yourself?
Here's the code I use in the interrupt profile:
Code:
local _, playerClass = UnitClass("player")
if playerClass == "DEATHKNIGHT" then
return 47528
elseif playerClass == "DRUID" then
return 106839
elseif playerClass == "HUNTER" then
return 34490