Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Prelude
Changes Proposed
This is mostly a maintenance PR to clean up some old deprecated code from several years ago:
View
field in the item DB, that was deprecated and replaced withViewSprite
andSubtype
in a98b2d9 and PR Item DB: replace numbers with constants and split View into Subtype and ViewSprite #1828 (2016-09-04).Job_Alchem
andJob_Baby_Alchem
, replaced byJob_Alchemist
andJob_Baby_Alchemist
respectively, in PR Constdb revamp #1088 and commit 3f56ffc in (2016-01-13).VAR_*
setlook constants, deprecated in PR Add EQP_ = Equipment Position constants #908 and commit a1310e2 (2016-01-16).mob_skill_use
leftover in battle.c that has been forgotten for at least 16 years, possibly more.useatcmd()
script command, deprecated in PR Deprecate buildin_useatcmd #1841 (2017-09-18)Additionally, the skill ID and constant
BA_FROSTJOKER
has been renamed toBA_FROSTJOKE
to match its official client counterpart, since it was triggering me every time I saw the difference. The oldBA_FROSTJOKER
value has been left behind as a deprecated constant in order to help migrating any custom code that might have been using it.Issues addressed: N/A