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

PvP Ranks extra honor #16

Open
jackpoz opened this issue Jul 23, 2019 · 0 comments
Open

PvP Ranks extra honor #16

jackpoz opened this issue Jul 23, 2019 · 0 comments

Comments

@jackpoz
Copy link
Contributor

jackpoz commented Jul 23, 2019

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

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

1 participant