From 37a78d0554f4a66793aa2f20694b8716a56b3c25 Mon Sep 17 00:00:00 2001 From: zephyrus Date: Sun, 4 Oct 2009 21:42:15 +0000 Subject: - Implemented new packets for rental items (from Jobbie and Natz and fixed by me). - Rental items now can be moved to storage and cart. - Autotrade cannot be used when user is dead, and it's not dispelled if user dies to prevent abuse. - Fixed pc_checkitem to do a proper item check and remove. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14082 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/status.c') diff --git a/src/map/status.c b/src/map/status.c index 59b591296..61b269ace 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -6246,6 +6246,7 @@ int status_change_clear(struct block_list* bl, int type) case SC_ITEMBOOST: case SC_HELLPOWER: case SC_JEXPBOOST: + case SC_AUTOTRADE: continue; } -- cgit v1.2.3-70-g09d2