diff options
author | shennetsind <ind@henn.et> | 2013-05-16 18:21:41 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-05-16 18:21:41 -0300 |
commit | cb9b70eae92e401f4b644b95d2fa87e781d5ce82 (patch) | |
tree | bfaf32d1c8c98e286be645431a2d9192d9ae9402 /src/common/mmo.h | |
parent | 7f7ec56cb5832b6c6899b9d7c9a43c16f3aea0d5 (diff) | |
download | hercules-cb9b70eae92e401f4b644b95d2fa87e781d5ce82.tar.gz hercules-cb9b70eae92e401f4b644b95d2fa87e781d5ce82.tar.bz2 hercules-cb9b70eae92e401f4b644b95d2fa87e781d5ce82.tar.xz hercules-cb9b70eae92e401f4b644b95d2fa87e781d5ce82.zip |
Fixed cash shop for 2011-11-22
Special Thanks to Yommy, and M45T3R!
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r-- | src/common/mmo.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 257a3b42d..ef9a6693e 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -1,5 +1,6 @@ -// Copyright (c) Athena Dev Teams - Licensed under GNU GPL -// For more information, see LICENCE in the main folder +// Copyright (c) Hercules Dev Team, licensed under GNU GPL. +// See the LICENSE file +// Portions Copyright (c) Athena Dev Teams #ifndef _MMO_H_ #define _MMO_H_ @@ -50,6 +51,9 @@ #define PACKETVER 20120418 #endif +/// uncomment if your client is NOT ragexeRE (required because of conflicting packets in ragexe vs ragexeRE) +#define PACKETVER_RE + //Remove/Comment this line to disable sc_data saving. [Skotlex] #define ENABLE_SC_SAVING //Remove/Comment this line to disable server-side hot-key saving support [Skotlex] |