Fix Ankabut mob skill list#10540
Closed
djjohnson13p wants to merge 1 commit into
Closed
Conversation
Ankabut's mob pool uses skill list 1007. That list referenced mob skill 704, but mob_skills.sql only has counterstance_2 commented out. Issue LandSandBoat#10387 and BG Wiki list Ankabut as using Acid Spray, which is mob skill 811 in mob_skills.sql.
Author
|
Apologies for the noise here. This PR was opened by an AI-assisted workflow before it had the human review and fork-only staging that Dale intended. The work was meant to stay isolated in my fork/experimental branch until it could be reviewed properly, not to consume upstream maintainer time yet. I'm withdrawing this PR now and will keep any further experimentation isolated to my fork unless I later prepare a manually reviewed contribution. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I affirm:
What does this pull request do?
Closes #10387.
Updates Ankabut's mob skill list entry from mob skill
704to811.Evidence checked:
sql/mob_pools.sqlassigns Ankabut to skill list1007.sql/mob_skill_lists.sqlhad Ankabut list1007pointing at704.sql/mob_skills.sqlhas704only as a commented-outcounterstance_2row.sql/mob_skills.sqldefines811asacid_spray.Steps to test these changes
Ran locally from this branch:
PYTHONUTF8=1 /c/Program\ Files/Git/bin/bash.exe tools/ci/sanity_checks.sh upstream/baseResult: all sanity checks passed.
Also ran a targeted parser to confirm Ankabut has exactly one skill-list row and that it points to defined mob skill
811.Not run locally:
nmakeand C/C++ compilers are not installed/on PATH.