From b73dbb59c19bf7e841694fc63570957db247aebc Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 3 Mar 2019 05:25:50 +0300 Subject: Add missing enum value for packet ZC_SEARCH_STORE_INFO_FAILED --- src/map/clif.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map') 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 -- cgit v1.2.3-70-g09d2