From 38857e6e0b70aba7f8d0438fe7ebb41dc96b4cda Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 10 Jul 2018 02:16:30 +0300 Subject: Add missing status for clif_buyingstore_open_failed. --- src/map/clif.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map') diff --git a/src/map/clif.c b/src/map/clif.c index 6430c933b..9be2def2e 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -17633,7 +17633,8 @@ static void clif_parse_ReqOpenBuyingStore(int fd, struct map_session_data *sd) /// result: /// 1 = "Failed to open buying store." (0x6cd, MSI_BUYINGSTORE_OPEN_FAILED) /// 2 = "Total amount of then possessed items exceeds the weight limit by . Please re-enter." (0x6ce, MSI_BUYINGSTORE_OVERWEIGHT) -/// 8 = "No sale (purchase) information available." (0x705) +/// 9 = "No sale (purchase) information available." (0x705) +/// 10 = "Cant open store at this location." (0xC9D) /// ? = nothing static void clif_buyingstore_open_failed(struct map_session_data *sd, unsigned short result, unsigned int weight) { -- cgit v1.2.3-70-g09d2