It seems roster can't parse specific buffs in the character info page.
On one of my characters I've got a buff used in a specific quest. The item which does that buff is :
http://wow.allakhazam.com/db/item.html? ... ource=live
I get an "error" like this :
- Code: Select all
array(
'General' => array(
'Name' => 'Tabard illidari enchanté',
'ItemId' => '31279:0:0:0:0:0:0:264518592',
'ItemColor' => 'ffffff',
'Icon' => 'inv_shirt_15',
'Slot' => 'Tabard',
'Parent' => 'equip',
'Tooltip' => 'Tabard illidari enchanté<br>Vallée d'Ombrelune<br>Objet de quête<br>Unique<br>Tabard<br>Durée : 51 min<br>Équipé : Déguise l'utilisateur en serviteur elfe de sang d'Illidan.<br>"L'effet illusoire de cet objet ne fonctionne qu'aux Champs éclipsions."',
'Locale' => 'frFR'
),
'Attributes' => array(
'Quality' => array(
'Id' => 2,
'Name' => 'common'
),
'Quantity' => 1,
'BindType' => 'Objet de quête',
'Unique' => 'Unique',
'ArmorSlot' => 'Tabard',
'ItemNote' => '"L'effet illusoire de cet objet ne fonctionne qu'aux Champs éclipsions."'
),
'Effects' => array(
'Equip' => array(
0 => 'Équipé : Déguise l'utilisateur en serviteur elfe de sang d'Illidan.'
)
)
);
followed by a frame which describes the buff, then by the character info, which looks normal. BTW, I used to have the same kind of display before upgrading to 1234, but for each character and each buff.
Screenshot enclosed.