forked from TrinityCore/WowPacketParser
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle 'V4_4_0_53627' (TrinityCore#835)
* Handle 'V4_4_0_53627' - Fix SMSG_FEATURE_SYSTEM_STATUS_GLUE_SCREEN - Add 4.4.0.53627 UpdateFields - Add 4.4.0.53627 Opcodes - Fix SMSG_UPDATE_OBJECT structure for 4.4.0.53627 - Add 4.4.0.53627 branch and client versions * Fix SMSG_ENUM_CHARACTER_RESULT * Fix SMSG_FEATURE_SYSTEM_STATUS * Add new AccountDataType entries * Fix CMSG_REQUEST_ACCOUNT_DATA
- Loading branch information
1 parent
70aef18
commit 8ce202b
Showing
62 changed files
with
7,407 additions
and
53 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,6 @@ packages/* | |
|
||
wpp.tgz | ||
cov-int | ||
|
||
# Rider | ||
.idea |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,5 +17,6 @@ public enum ClientType | |
BurningCrusadeClassic = 8, | ||
WotLKClassic = 8, | ||
Dragonflight = 9, | ||
CataClassic = 9, | ||
} | ||
} |
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
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
Oops, something went wrong.