diff --git a/src/map/mob.c b/src/map/mob.c index 77bd8e53d2..2fb8405cdd 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -2022,8 +2022,10 @@ int mob_dead(struct mob_data *md, struct block_list *src, int type) if (rand() % 10000 >= drop_rate) { if (sd && sd->sc.data[SC_ITEMBOOST].timer != -1) + { if (rand() % 10000 >= drop_rate) continue; // Double try by Bubble Gum + } else continue; }