Brought client into line with server

Also added a new config file for developing over multiple machines.
This commit is contained in:
2016-03-21 22:06:25 +11:00
parent b89f6f2ece
commit 30aa11c083
10 changed files with 110 additions and 153 deletions
+4 -1
View File
@@ -134,8 +134,11 @@ enum class SerialPacketType {
CREATURE_CREATE = 502,
CREATURE_UNLOAD = 503,
//find out info from the server
QUERY_CREATURE_EXISTS = 504,
//actions taken
CREATURE_MOVEMENT = 504,
CREATURE_MOVEMENT = 505,
FORMAT_END_CREATURE = 599,