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
Describe the bug Caused by this line in status.c
status->change_start(bl, &tsd->bl, type, 10000, val1, 5 + val1 * 5, val3, val4, total_tick, SCFLAG_NOAVOID, skill_id);
Should be
status->change_start(bl, &tsd->bl, type, 10000, val1, 5 + val1 * 15, val3, val4, total_tick, SCFLAG_NOAVOID, skill_id);
Or better yet, could just use val2 instead of doing the calculation again.
val2
To Reproduce Steps to reproduce the behavior:
Expected behavior Devoted character should have 80% resistance.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Caused by this line in status.c
Should be
Or better yet, could just use
val2
instead of doing the calculation again.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Devoted character should have 80% resistance.
The text was updated successfully, but these errors were encountered: