From 95e2157804907751cfaaab0acfcebdca345a8b01 Mon Sep 17 00:00:00 2001 From: zephyrus Date: Thu, 4 Oct 2007 21:15:49 +0000 Subject: Fixing the Warning: "suggest explicit braces to avoid ambiguous `else'" to SC_ITEMBOOST. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11358 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mob.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/map/mob.c b/src/map/mob.c index 77bd8e53d..2fb8405cd 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; } -- cgit v1.2.3-70-g09d2