diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-03-03 05:25:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-03-11 03:06:42 +0300 |
commit | b73dbb59c19bf7e841694fc63570957db247aebc (patch) | |
tree | 9ce50e062195a083a3061477553cf2754fcf874a /src | |
parent | 40c48bd6d2f57138b400a791dd63cd8fdc2efb06 (diff) | |
download | hercules-b73dbb59c19bf7e841694fc63570957db247aebc.tar.gz hercules-b73dbb59c19bf7e841694fc63570957db247aebc.tar.bz2 hercules-b73dbb59c19bf7e841694fc63570957db247aebc.tar.xz hercules-b73dbb59c19bf7e841694fc63570957db247aebc.zip |
Add missing enum value for packet ZC_SEARCH_STORE_INFO_FAILED
Diffstat (limited to 'src')
-rw-r--r-- | src/map/clif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 12dca9e4d..4c8d2df9c 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -18580,6 +18580,7 @@ static void clif_search_store_info_ack(struct map_session_data *sd) /// 2 = "You cannot search anymore." (0x706) /// 3 = "You cannot search yet." (0x708) /// 4 = "No sale (purchase) information available." (0x705) +/// 362 = silent error static void clif_search_store_info_failed(struct map_session_data *sd, unsigned char reason) { #if PACKETVER >= 20100601 |