nameDescription returns empty string

#1 - March 2, 2013, 11:48 p.m.
Blizzard Post
For MoP items, correct nameDescription string is returned.

Breastplate of the Lost Catacomb
http://us.battle.net/api/wow/item/86913

"nameDescription":"Heroic","nameDescriptionColor":"00ff00"

While for Pre-MOP items nameDescription returns an empty string for heroic items

Umbrage Armbands
http://us.battle.net/api/wow/item/54580
"nameDescription":"","nameDescriptionColor":"000000"

Cunning of the Cruel
http://us.battle.net/api/wow/item/78000
"nameDescription":"","nameDescriptionColor":"000000"
Forum Avatar
Battle.net Developer
#2 - March 5, 2013, 7:49 p.m.
Blizzard Post
Pre-MOP used a flag for heroic instead of the new generic name description. I'll add a boolean "heroicTooltip" field next update that you can use for displaying the heroic tag on older items.