summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsout.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-22 23:33:38 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-23 00:09:21 +0300
commit370771ff7a602498eac131f110b582ca4efbafef (patch)
treef96882508cdc19d62444bf24b53d0df12e54dc89 /src/net/eathena/packetsout.inc
parentab3b909187ee0a18946bff50a6bd3e8e281970f1 (diff)
downloadplus-370771ff7a602498eac131f110b582ca4efbafef.tar.gz
plus-370771ff7a602498eac131f110b582ca4efbafef.tar.bz2
plus-370771ff7a602498eac131f110b582ca4efbafef.tar.xz
plus-370771ff7a602498eac131f110b582ca4efbafef.zip
Allow add conditions into out packets definition.
Diffstat (limited to 'src/net/eathena/packetsout.inc')
-rw-r--r--src/net/eathena/packetsout.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc
index d7f45e567..3f4b714f1 100644
--- a/src/net/eathena/packetsout.inc
+++ b/src/net/eathena/packetsout.inc
@@ -265,3 +265,7 @@ packet(CMSG_SEARCHSTORE_CLICK, 0x0835);
packet(CMSG_SET_STATUS, 0x0b0e);
packet(CMSG_ONLINE_LIST, 0x0b0f);
+
+#ifdef PACKETS_UPDATE
+// condition code here
+#endif