View Single Post
01-24-14, 04:53 PM   #34
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
If it's channeled you can try moving it to the table with fists of fury (and taking it out of the Instants table), I'm having a hard time identifying whether it's actually channeled from the description.

Lua Code:
  1. local Channeled = {
  2.     [113656] = true, -- Fists of Fury
  3.     [101546] = true, -- Spinning Crane Kick
  4. }
  Reply With Quote