i've just notice that for rogue with the Deadly poison V (Poison mortel V in french)
no icons appeared even the character knows the skill
http://guilde.le.sablier.free.fr/roster ... lassfilter (Uruviel the last character)
Roster 1.7.0
Spellbooks 1.7.0-3
The skill Poison mortel V of the character
http://guilde.le.sablier.free.fr/roster ... es#poisons
and the code of the french localisation, included in the frFR.php of Spellbooks
- Code: Select all
$Book['frFR']['Voleur'] = array(
'Quest1' => '||',
'Quest2' => '||',
'Quest3' => '||',
'WorldDrop1' => '||',
'WorldDrop2' => '||',
'WorldDrop3' => '||',
'Drop1' => 'Eviscération|Rang 9|UBRS',
'Drop2' => '||',
'AQ20_1' => 'Attaque sournoise|Rang 9|AQ20',
'AQ20_2' => 'Poison mortel V|Rang 5|AQ20',
'AQ20_3' => 'Feinte|Rang 5|AQ20'
);
I've try to change to :
- Code: Select all
'AQ20_2' => 'Poison mortel|Rang 5|AQ20',
like the others skills => No change
Delete the character from tables, nothing change.
Check with ie and firefox with a clean cache , same problem.
Any idee ? help please.