We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PvP Ranks calls
honor *= 1 + sWorld->getRate(RATE_PVP_RANK_EXTRA_HONOR)*(((float)rank_diff) / 10.0f);
but then
honor = int32(honor_f);
so the custom extra honor gets lost.
honor_f should probably be changed instead.
c840b87#diff-5589ee47b3a7ad220cff105a8fe7eac3R6854
The text was updated successfully, but these errors were encountered:
No branches or pull requests
PvP Ranks calls
but then
so the custom extra honor gets lost.
honor_f should probably be changed instead.
c840b87#diff-5589ee47b3a7ad220cff105a8fe7eac3R6854
The text was updated successfully, but these errors were encountered: