From 710f105675bd926a2d89b22ecdc40c218dd92269 Mon Sep 17 00:00:00 2001 From: Eduardo Bart Date: Fri, 3 Feb 2012 03:10:55 -0200 Subject: [PATCH] fix more compile issues on 861 --- src/otclient/net/protocolcodes.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) 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,