diff options
Diffstat (limited to 'src/net/eathena/packetsout.inc')
-rw-r--r-- | src/net/eathena/packetsout.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc index 44ea8785f..ee5d35ba5 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -265,6 +265,7 @@ packet(CMSG_SEARCHSTORE_CLOSE, 0x083b); packet(CMSG_SEARCHSTORE_CLICK, 0x0835); packet(CMSG_MERGE_ITEM_ACK, 0x096e); +packet(CMSG_MERGE_ITEM_CANCEL, 0x0974); packet(CMSG_SET_STATUS, 0x0b0e); |