Began expanding network protocols for monsters
All big feature expansions have begun with SerialPacketType, and this is no exception.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user