Steev wrote:What is your Wow client language ?
Mine is french and i had to give some changes
in viewtopic.php
Search for :
switch($sex)
and make sure that "Male"/"Female" is the right names in your client
do the same thing some lines later, with the race
switch($race)
...
and the class
switch($class)
...
As my client is in French, i had to replace all the english names by the french ones.
(And to know exactly what to write, i took a look at the roster_players mysql table, in the race, sex and class fields)
Hope that'll help (and that my poor english is still understandable)
I just want to give a little hint for all German roster user:
You cannot type case 'Männlich' because it doesn't support the letter "ä".
Instead you have to change case 'Male' to case 'Männlich' !
The same with case 'Hunter', you have to change it to case 'Jäger' . Then it will show your avatar + race correctly!