--- deliantra/server/include/client.h 2007/02/04 00:39:32 1.27 +++ deliantra/server/include/client.h 2007/02/04 21:02:54 1.28 @@ -100,8 +100,10 @@ // a handler for a specific type of packet enum { - PF_PLAYER = 0x01, // must have valid player / will by synchronised - PF_PLAYING = 0x02, // must be in playing state + PF_PLAYER = 0x01, // must have valid player / will by synchronised + PF_PLAYING = 0x02, // must be in playing state + PF_COMMAND0 = 0x04, // command starts at offset 0 + PF_COMMAND6 = 0x08, // command starts at offset 6 }; struct packet_type