Skip to content

fix: Update nodeId to a uint32 in GetKnownTaxiNodes #298

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

Merged
merged 1 commit into from
Aug 22, 2025

Conversation

Aldori15
Copy link

Commit bcfe631 added a new GetKnownTaxiNodes method. With further testing, nodeId should be a uint32 (not uint8) so nodes >= 256 can't overflow if the mask grows.

nodeId should be a uint32 (not uint8) so nodes >= 256 can't overflow if the mask grows.
@Aldori15 Aldori15 changed the title Update nodeId to a uint32 in GetKnownTaxiNodes fix: Update nodeId to a uint32 in GetKnownTaxiNodes Aug 22, 2025
@iThorgrim iThorgrim self-requested a review August 22, 2025 17:28
@iThorgrim iThorgrim merged commit afae635 into azerothcore:master Aug 22, 2025
2 checks passed
@Aldori15 Aldori15 deleted the uint32-patch branch August 22, 2025 17:41
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

Successfully merging this pull request may close these issues.

2 participants