Raidcooldowns - adding missing CDs
For some reason they forgot to add Hand of Sacrifice and Tricks of the Trade in Raidcooldowns.
https://www.wowace.com/projects/raid...s/files/441967
In order to fix that just open Cooldowns.lua and add these lines to the Paladin and Rogue sections:
[GetSpellInfo(6940)] = { id = 6940, cd = 120 }, - - Hand of Sacrifice
[GetSpellInfo(57934)] = { id = 57934, cd = 30 }, - - Tricks of the Trade
I could have uploaded the file, but if you do it on your own, you don't need a virus checker.