ya, quick edit too
I noticed an issue with the Warglaives of Azzinoth (we had the off hand drop last night w00t1). since there are two different items but they both have the same name, you can't link both the Mainhand and Offhand
you either have to use item IDs
[item]31323[/item] or the URL link. To use the wowhead URL link, you have to change 1 line of code.
In the "Wowhead URL TO Item code" Plugin, find the line
Code:
$name = $xmlobj->parseddata[item][name];
and change it to
Code:
$name = $xmlobj->parseddata[item][id];