From 65ee11a599f904bdece45c55dd41eb2633da575f Mon Sep 17 00:00:00 2001 From: ultramage Date: Sat, 4 Aug 2007 15:31:02 +0000 Subject: * Removed weird mvp reward item drop behavior (see topic:160077) * Fixed Cart Revolution not transferring status effects on attack, and Cart Termination doing it when it shouldn't (see topic:156745) * Fixed #refine not accepting names with spaces in them * Fixed disguises not doing sit-down properly (missing self packet), broken since r6299 stable / r5833 trunk * Added missing /blackmith packet action to packet_db.txt * Removed "eathena's custom equipped mobs" from mob&skill db git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10946 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mob.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/map/mob.c') diff --git a/src/map/mob.c b/src/map/mob.c index 222f0130a..60c5ad603 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -2099,9 +2099,7 @@ int mob_dead(struct mob_data *md, struct block_list *src, int type) intif_GMmessage(message,strlen(message)+1,0); } - if((temp = mvp_sd->weight*2 > mvp_sd->max_weight)) - map_addflooritem(&item,1,mvp_sd->bl.m,mvp_sd->bl.x,mvp_sd->bl.y,mvp_sd,second_sd,third_sd,1); - else if((temp = pc_additem(mvp_sd,&item,1))) { + if((temp = pc_additem(mvp_sd,&item,1)) != 0) { clif_additem(sd,0,0,temp); map_addflooritem(&item,1,mvp_sd->bl.m,mvp_sd->bl.x,mvp_sd->bl.y,mvp_sd,second_sd,third_sd,1); } -- cgit v1.2.3-60-g2f50