Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Female gender does not work #10

Open
Athris opened this issue Feb 27, 2015 · 0 comments
Open

Female gender does not work #10

Athris opened this issue Feb 27, 2015 · 0 comments
Assignees

Comments

@Athris
Copy link

Athris commented Feb 27, 2015

If you choose in the custom profil fields for example
Race: Human
Class: Warrior
Level: 50
Gender: Male
--> It works. I get the human warrior male avatar.

Change the gender to female
--> The avatar does not change.

I look into the pbwow.php and if i change
$wow_g = max(0, $wow_g - 1); in line 820
to
$wow_g = max(0, $wow_g);
it works, because now the avatar path is 1-1-5. Without the change it is 0-1-5 by female. Do you can reproduce the problem?

@PayBas PayBas self-assigned this Mar 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants