Originally Posted by
Znuff
Is it me or it doesn't currently know about Power Word: Solace?
It keeps telling me it's an unknown ID

Don't forget to check the ID of your spell using Sheuron's macro from first page:
Code:
/run for i=1,200000 do local f=FindSpellBookSlotBySpellID(i,"spell") if f then local n,id=GetSpellBookItemName(f,"spell"),select(2,GetSpellBookItemInfo(f,"spell")) local s=GetSpellInfo(id) s=n==s and " " or "\124cFF4FF763"..s print(id,n,s) end end
Make sure you have the right ID, it can be different from the main spell you will find in wowhead for instance as there can be multiple versions, especially because the way specs, shapeshifter, glyphs etc can change it.
PW: Solace is properly cast with Vachiusa's profile! So it should be possible and my guess is a spell ID issue.