diff options
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index a214674ed..cdff5a705 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -343,6 +343,8 @@ #define SMSG_CART_INFO 0x0121 #define SMSG_CART_REMOVE 0x012b +#define SMSG_SEARCHSTORE_SEARCH_ACK 0x0836 + /********************************** * Packets from client to server * **********************************/ |