-
Notifications
You must be signed in to change notification settings - Fork 561
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Core/PacketIO: Fix SMSG_TRANSFER_ABORTED
Picked from: https://github.com/vmangos/core Co-authored-by: brotalnia <[email protected]> vmangos/core@b9b006d
- Loading branch information
1 parent
bdda342
commit bd9ba1b
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
change to
enum TransferAbortReason : uint8;
here
and to
enum TransferAbortReason : uint8 { ...
in Player.h to fix
alternatively move the enum entirely from Player.h to WorldSession.h