summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorMatheus Macabu <mkbu95@gmail.com>2013-06-15 03:25:38 -0300
committerEuphy <euphy@rathena.org>2013-06-15 15:58:17 -0400
commitfa0c8cda0b2f68fa742572409c8f77e65d5d0011 (patch)
tree5ff06d6d33fc31dd6d5dc1f54b6639684bf0cf0a /src/common
parent533c8b3500aad49f0b00423c69e44ac8afa9faf0 (diff)
downloadhercules-fa0c8cda0b2f68fa742572409c8f77e65d5d0011.tar.gz
hercules-fa0c8cda0b2f68fa742572409c8f77e65d5d0011.tar.bz2
hercules-fa0c8cda0b2f68fa742572409c8f77e65d5d0011.tar.xz
hercules-fa0c8cda0b2f68fa742572409c8f77e65d5d0011.zip
- HPM: Added trade interface;
- Moved PARTY_RECRUIT definition to mmo.h to avoid segfault; - Check if item is already at maximum refine; - Fixed that @reloadscript with one npc bug (thanks to akinari). Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
Diffstat (limited to 'src/common')
-rw-r--r--src/common/mmo.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index eaffdf7df..8643d2b54 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -54,6 +54,13 @@
// Comment the following line if your client is NOT ragexeRE (required because of conflicting packets in ragexe vs ragexeRE).
#define PACKETVER_RE
+// Client support for experimental RagexeRE UI present in 2012-04-10 and 2012-04-18
+#ifdef PACKETVER_RE
+#if (PACKETVER == 20120410) || (PACKETVER == 20120418)
+ #define PARTY_RECRUIT
+#endif
+#endif
+
// Comment the following line to disable sc_data saving. [Skotlex]
#define ENABLE_SC_SAVING