diff --git a/src/otclient/net/protocolcodes.h b/src/otclient/net/protocolcodes.h index 1d89e294..c2ab5203 100644 --- a/src/otclient/net/protocolcodes.h +++ b/src/otclient/net/protocolcodes.h @@ -222,20 +222,20 @@ namespace Proto { enum ServerSpeakType { #if PROTOCOL==861 || PROTOCOL==862 - SpeakSay = 1, - SpeakWhisper, - SpeakYell, - SpeakPrivatePlayerToNpc, - SpeakPrivateNpcToPlayer, - SpeakPrivate, - SpeakChannelYellow, - SpeakChannelWhite, - SpeakBroadcast, - SpeakChannelRed, - SpeakPrivateRed, - SpeakChannelOrange, - SpeakMonsterSay, - SpeakMonsterYell, + ServerSpeakSay = 1, + ServerSpeakWhisper, + ServerSpeakYell, + ServerSpeakPrivatePlayerToNpc, + ServerSpeakPrivateNpcToPlayer, + ServerSpeakPrivate, + ServerSpeakChannelYellow, + ServerSpeakChannelWhite, + ServerSpeakBroadcast, + ServerSpeakChannelRed, + ServerSpeakPrivateRed, + ServerSpeakChannelOrange, + ServerSpeakMonsterSay, + ServerSpeakMonsterYell, // removed ServerSpeakRVRChannel = 255,