mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
* unsigned char -> uint8.
--HG-- branch : trunk
This commit is contained in:
@@ -851,7 +851,7 @@ void WorldSession::ReadAddonsInfo(WorldPacket &data)
|
||||
|
||||
void WorldSession::SendAddonsInfo()
|
||||
{
|
||||
unsigned char addonPublicKey[256] =
|
||||
uint8 addonPublicKey[256] =
|
||||
{
|
||||
0xC3, 0x5B, 0x50, 0x84, 0xB9, 0x3E, 0x32, 0x42, 0x8C, 0xD0, 0xC7, 0x48, 0xFA, 0x0E, 0x5D, 0x54,
|
||||
0x5A, 0xA3, 0x0E, 0x14, 0xBA, 0x9E, 0x0D, 0xB9, 0x5D, 0x8B, 0xEE, 0xB6, 0x84, 0x93, 0x45, 0x75,
|
||||
|
||||
Reference in New Issue
Block a user