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

Prune some unneeded magiclysm items from the to-hit blacklist #75131

Merged
merged 1 commit into from
Jul 21, 2024

Conversation

kevingranade
Copy link
Member

Summary

None

Purpose of change

When I merged #74597 I noticed the blacklist check was failing on magiclysm, but it was missed because it wasn't in basic build.
Instead of kicking back that HUGE PR for re-validation I merged it and made this PR to clean up afterwards.

Describe the solution

Remove the magiclysm items from the blacklist that are not using the legacy property.
Remove the to-hit entry from the sewing kit in vanilla and remove it from the blacklist as well, Magiclysm was overriding it and not using legacy to-hit, vanilla was still using legacy to-hit, it's impossible to make both pass in this situation.

Testing

Reran the tests locally.

Also fixed the sewing kit becuase it's migrated in magiclysm but not mainline.
@github-actions github-actions bot added [JSON] Changes (can be) made in JSON Code: Tests Measurement, self-control, statistics, balancing. json-styled JSON lint passed, label assigned by github actions astyled astyled PR, label is assigned by github actions labels Jul 20, 2024
@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label Jul 21, 2024
@Maleclypse Maleclypse merged commit 9e39260 into master Jul 21, 2024
22 of 26 checks passed
@Maleclypse Maleclypse deleted the to-hit-migration-cleanup branch July 21, 2024 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions Code: Tests Measurement, self-control, statistics, balancing. [JSON] Changes (can be) made in JSON json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants