diff options
author | Wushin <pasekei@gmail.com> | 2015-08-16 14:02:46 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-08-16 14:02:46 -0500 |
commit | 22cec0e1a4eb7476028b7b230ac30bb83e5bea27 (patch) | |
tree | 868286b24a09e45df7f125891b5d6ab23509c749 /src/mmo | |
parent | 1ecb7f8ed0091ecf5d63815006ca3e80ef6cfd97 (diff) | |
parent | 089c984ee7270fbfebdb3a8448d75495f0adfe9c (diff) | |
download | tmwa-22cec0e1a4eb7476028b7b230ac30bb83e5bea27.tar.gz tmwa-22cec0e1a4eb7476028b7b230ac30bb83e5bea27.tar.bz2 tmwa-22cec0e1a4eb7476028b7b230ac30bb83e5bea27.tar.xz tmwa-22cec0e1a4eb7476028b7b230ac30bb83e5bea27.zip |
Merge pull request #130 from mekolat/0x007b
Stop sending 0x007b to new clients for mob movement REDUX
Diffstat (limited to 'src/mmo')
-rw-r--r-- | src/mmo/version.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mmo/version.hpp b/src/mmo/version.hpp index 20cb1d9..459b500 100644 --- a/src/mmo/version.hpp +++ b/src/mmo/version.hpp @@ -39,6 +39,7 @@ namespace tmwa // 1 = latest mana, old manaplus, bots // 2 = manaplus 1.5.5.9 and above // 3 = manaplus 1.5.5.23 and above +// 4 = manaplus 1.5.8.15 and above #define MIN_CLIENT_VERSION 1 // TODO now that I generate the protocol, split 'flags' out of the struct |