|
|
@ -79,9 +79,9 @@ public class AbstractChatMsgHandler extends AbstractClientMsgHandler { |
|
|
|
ChatManager.chatIC(playerCharacter, (ChatICMsg) msg); |
|
|
|
ChatManager.chatIC(playerCharacter, (ChatICMsg) msg); |
|
|
|
return true; |
|
|
|
return true; |
|
|
|
case LEADERCHANNELMESSAGE: |
|
|
|
case LEADERCHANNELMESSAGE: |
|
|
|
|
|
|
|
case GLOBALCHANNELMESSAGE: |
|
|
|
ChatManager.chatGlobal(playerCharacter, msg.getMessage(), isFlood); |
|
|
|
ChatManager.chatGlobal(playerCharacter, msg.getMessage(), isFlood); |
|
|
|
return true; |
|
|
|
return true; |
|
|
|
case GLOBALCHANNELMESSAGE: |
|
|
|
|
|
|
|
case CHATPVP: |
|
|
|
case CHATPVP: |
|
|
|
case CHATCITY: |
|
|
|
case CHATCITY: |
|
|
|
case CHATINFO: |
|
|
|
case CHATINFO: |
|
|
|