summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-09 16:49:57 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-09 16:49:57 +0300
commit23ea6f137e33ba1158ec3e6783fe31435fcffe1f (patch)
tree245421bca38fad9ac728cccb77d7ff153826faa1 /src/net/eathena/protocol.h
parent2aef4c43560203a41ee2866245732fbfa2639a6d (diff)
downloadManaVerse-23ea6f137e33ba1158ec3e6783fe31435fcffe1f.tar.gz
ManaVerse-23ea6f137e33ba1158ec3e6783fe31435fcffe1f.tar.bz2
ManaVerse-23ea6f137e33ba1158ec3e6783fe31435fcffe1f.tar.xz
ManaVerse-23ea6f137e33ba1158ec3e6783fe31435fcffe1f.zip
eathena: add packet SMSG_SEARCHSTORE_SEARCH_FAILED 0x0837.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r--src/net/eathena/protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h
index cdff5a705..f58f4ff93 100644
--- a/src/net/eathena/protocol.h
+++ b/src/net/eathena/protocol.h
@@ -344,6 +344,7 @@
#define SMSG_CART_REMOVE 0x012b
#define SMSG_SEARCHSTORE_SEARCH_ACK 0x0836
+#define SMSG_SEARCHSTORE_SEARCH_FAILED 0x0837
/**********************************
* Packets from client to server *