fix more compile issues on 861
This commit is contained in:
parent
94a128da5e
commit
710f105675
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue