From d0241aaae2ee58987a5f65b4d69d2ee8d7408283 Mon Sep 17 00:00:00 2001 From: skotlex Date: Fri, 3 Mar 2006 18:46:51 +0000 Subject: - Added a column in skill_cast_db for specifying can't walk delays. - Removed the apply walk-delay entry from skill_cast_nodex - Fixed autoloot dropping the item to the ground even when it was autolooted. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5450 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/mob.c') diff --git a/src/map/mob.c b/src/map/mob.c index 1f66fccec..13df3a67c 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -2095,7 +2095,7 @@ static void mob_item_drop(struct mob_data *md, unsigned int tick, struct delay_i ditem->first_sd->status.party_id? party_search(ditem->first_sd->status.party_id): NULL, - ditem->first_sd,&ditem->item_data) + ditem->first_sd,&ditem->item_data) == 0 ) { aFree(ditem); return; -- cgit v1.2.3-70-g09d2