Began expanding network protocols for monsters

All big feature expansions have begun with SerialPacketType, and this is
no exception.
This commit is contained in:
Kayne Ruse
2015-01-13 00:04:42 +11:00
parent 1923f90329
commit de1cd8d6a8
3 changed files with 55 additions and 39 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
typedef SerialPacketBase SerialPacket;
//DOCS: NETWORK_VERSION is used to discern compatible servers and clients
constexpr int NETWORK_VERSION = 20141227;
constexpr int NETWORK_VERSION = -1;
union MaxPacket {
CharacterPacket a;