Skip to content

Update npc_buffer.cpp - change uint to unit32 #41

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
Jan 6, 2025

Conversation

jtansley
Copy link
Contributor

@jtansley jtansley commented Jan 5, 2025

Changes Proposed:

Update npc_buffer.cpp,
static uint GetSpellForLevel(uint32 spell_id, Player *player)
Change to uint32

Issues Addressed:

Fix Windows compilation errors.
Closes #40

SOURCE:

Tests Performed:

Core now compiles with npc_buffer without errors on Windows 11 as of 1/4/2025

Fix compilation errors. See issue azerothcore#40
@sudlud sudlud changed the title Update npc_buffer.cpp Update npc_buffer.cpp - change uint to unit32 Jan 6, 2025
@sudlud sudlud merged commit 9395724 into azerothcore:master Jan 6, 2025
1 check failed
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.

Windows operating system compilation error.
2 participants