summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/map/mob.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c
index abbe46ba8..ed25d4198 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -3380,7 +3380,6 @@ static bool mob_parse_dbrow(char** str)
}
type = itemdb_type(db->dropitem[i].nameid);
rate = atoi(str[k+1]);
- if (rate < 1000) rate += 1; //Official drop bug estimate
if (class_ >= 1324 && class_ <= 1363)
{ //Treasure box drop rates [Skotlex]
rate_adjust = battle_config.item_rate_treasure;