File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 110
110
#define _NETCODE_VERSION_BRANCH_ID 0x4 // Use 0x1 - 0xF to indicate an incompatible branch is being used (0x0 is reserved, 0x4 is trunk)
111
111
#define _CLIENT_NET_MODULE_VERSION 0x0B3 // (0x000 - 0xfff) Lvl9 wizards only
112
112
#define _SERVER_NET_MODULE_VERSION 0x0AC // (0x000 - 0xfff) Lvl9 wizards only
113
- #define _NETCODE_VERSION 0x1DB // (0x000 - 0xfff) Increment when net messages change (pre-release)
113
+ #define _NETCODE_VERSION 0x1DC // (0x000 - 0xfff) Increment when net messages change (pre-release)
114
114
115
115
// (0x000 - 0xfff) Update bitstream.h when net messages change (post-release). (Changing will also require additional backward compatibility code).
116
116
#define MTA_DM_BITSTREAM_VERSION eBitStreamVersion::Latest
You can’t perform that action at this time.
0 commit comments