From 8fb3575d486e97f5f2d2f405690484d554153ba1 Mon Sep 17 00:00:00 2001 From: MadCamel Date: Tue, 28 Sep 2010 20:50:24 -0400 Subject: Changed drop rate to once every 50ms. This should bring the "spice" back into drop parties, as the former rate of 200ms made them fairly lame. --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index 378f076..6d52bb1 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -9442,7 +9442,7 @@ func_table clif_parse_func_table[0x220] = { clif_parse_TakeItem, 400 }, // 9f { NULL, 0 }, // a0 { NULL, 0 }, // a1 - { clif_parse_DropItem, 200 }, // a2 + { clif_parse_DropItem, 50 }, // a2 { NULL, 0 }, // a3 { NULL, 0 }, // a4 { NULL, 0 }, // a5 -- cgit v1.2.3-60-g2f50