From cd40a623549f42d77c54515360813131e6c9c33d Mon Sep 17 00:00:00 2001 From: zephyrus Date: Tue, 12 May 2009 16:47:12 +0000 Subject: - Rental items now can be stackable items too. - Added @font command to test kRO fonts. (Client side requires : Langtype 0 / Hex + Fonts Files on the data folder). - Rental now announces with a maximum time to fix a problem with 1 month or more rentals. - Reduced amount of calculations of Flee on map change (only if required). - More security on Rental items. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13761 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/vending.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/vending.c') diff --git a/src/map/vending.c b/src/map/vending.c index c77b1ac78..a6ea1d84b 100644 --- a/src/map/vending.c +++ b/src/map/vending.c @@ -266,6 +266,7 @@ void vending_openvending(struct map_session_data* sd, const char* message, bool //NOTE: official server does not do any of the following checks! || !sd->status.cart[index].identify // unidentified item || sd->status.cart[index].attribute == 1 // broken item + || sd->status.cart[index].expire_time // It should not be in the cart but just in case || !itemdb_cantrade(&sd->status.cart[index], pc_isGM(sd), pc_isGM(sd)) ) // untradeable item continue; -- cgit v1.2.3-60-g2f50