no sendSetShardMsg in OTP

This commit is contained in:
Darren Ranalli 2005-08-02 20:59:14 +00:00
parent 840ebd3d34
commit daeeb3141f
2 changed files with 11 additions and 9 deletions

View File

@ -644,6 +644,7 @@ class ClientRepository(ConnectionRepository):
# send the message
self.send(datagram)
if not wantOtpServer:
def sendSetShardMsg(self, shardId):
datagram = PyDatagram()
# Add message type

View File

@ -30,6 +30,7 @@ CLIENT_OBJECT_DELETE_RESP = 27
if not wantOtpServer:
CLIENT_SET_ZONE = 29
CLIENT_REMOVE_ZONE = 30
if not wantOtpServer:
CLIENT_SET_SHARD = 31
CLIENT_SET_AVATAR = 32
CLIENT_CREATE_OBJECT_REQUIRED = 34