Originally Posted by gmedina
If you would like to do this go to
World of Warcraft\Interface\AddOns\InternalCooldowns\Libs\LibInternalCooldowns-1.0
here you will find a file called Data.lua open and add the following line of code
"[67708] = {47115, 47303}, -- Death's Choice, Death's Verdict"
just below the line that has "local spellToItem"
|
That's correct, though you're only tracking the strength buff, and only from the ilv 245 versions. If you have an ilv 258 version or need to track the agility proc for some weird reason, here's a complete list:
-- Death's Verdict/Choice
[67703] = {47303, 47115}, -- Paragon, 450 AGI
[67708] = {47303, 47115}, -- Paragon, 450 STR
[67772] = {47131, 47464}, -- Paragon, 510 AGI
[67773] = {47131, 47464}, -- Paragon, 510 STR
I added these beneath the entries for Darkmoon Card: Greatness, as they just seemed to fit so well there.
I've also uploaded the modified file if you don't want to do it yourself, just paste it at the location gmedina posted:
LINK