Core/PacketIO: Updated account data packets to 9.1.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/966ae04f02608a42d3903b63772c07f5e83b81c5)
This commit is contained in:
@@ -27,10 +27,15 @@ namespace Framework.Constants
|
||||
PerCharacterMacrosCache = 0x05,
|
||||
PerCharacterLayoutCache = 0x06,
|
||||
PerCharacterChatCache = 0x07,
|
||||
Max = 8,
|
||||
GlobalTtsCache = 8,
|
||||
PerCharacterTtsCache = 9,
|
||||
GlobalFlaggedCache = 10,
|
||||
PerCharacterFlaggedCache = 11,
|
||||
|
||||
GlobalCacheMask = 0x15,
|
||||
PerCharacterCacheMask = 0xEA
|
||||
Max = 12,
|
||||
|
||||
GlobalCacheMask = 0x515,
|
||||
PerCharacterCacheMask = 0xAEA
|
||||
}
|
||||
|
||||
public enum TutorialAction
|
||||
|
||||
Reference in New Issue
Block a user