diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-20 17:21:56 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-20 17:21:56 +0000 |
commit | 223309b9b30b5221163ef97984ae5e84b712d6d5 (patch) | |
tree | 3974e6cb81adbc1cd147aaf55c36dca4f3ea3821 /src/common | |
parent | 9855d5724bd4bc11b2ee2e155ce827c3acb66618 (diff) | |
download | hercules-223309b9b30b5221163ef97984ae5e84b712d6d5.tar.gz hercules-223309b9b30b5221163ef97984ae5e84b712d6d5.tar.bz2 hercules-223309b9b30b5221163ef97984ae5e84b712d6d5.tar.xz hercules-223309b9b30b5221163ef97984ae5e84b712d6d5.zip |
- Moved PACKETVER to mmo.h, and added support for the expanded character info window on the char-server when PACKETVER is above 7.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9539 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/mmo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index d0606dd4e..ade3e4e04 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -8,6 +8,9 @@ #include "cbasetypes.h" #include "utils.h" // _WIN32 +// server protocol version +#define PACKETVER 7 + #define FIFOSIZE_SERVERLINK 256*1024 // set to 0 to not check IP of player between each server. |