From c7a8f268c8110899f374cd367afaa564d47ff691 Mon Sep 17 00:00:00 2001 From: ai4rei Date: Sun, 6 Mar 2011 19:16:09 +0000 Subject: * Implemented search store info system (aka. vending and buying store search) together with related items. - Requires 2010-08-03aRagexeRE or later and can be disabled in 'conf/battle/feature.conf'. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14732 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/unit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/unit.c') diff --git a/src/map/unit.c b/src/map/unit.c index 3f2b2094f..2467baf86 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -1874,6 +1874,7 @@ int unit_remove_map_(struct block_list *bl, clr_type clrtype, const char* file, if(sd->vender_id) vending_closevending(sd); buyingstore_close(sd); + searchstore_close(sd); if(sd->state.storage_flag == 1) storage_storage_quit(sd,0); else if (sd->state.storage_flag == 2) -- cgit v1.2.3-60-g2f50