diff options
Diffstat (limited to 'npc/017-10/dispatcher.txt')
-rw-r--r-- | npc/017-10/dispatcher.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-10/dispatcher.txt b/npc/017-10/dispatcher.txt index a0f6a5cd1..706683de1 100644 --- a/npc/017-10/dispatcher.txt +++ b/npc/017-10/dispatcher.txt @@ -384,7 +384,7 @@ function lootField { // Sending a fresh homun in market may yield no GP. Zeny+=min(10000, 1000*.@lv*min(10000, gethominfo(3))/100000); anyloot(Piberries, .@lv, 9000, - Bread, .@lv, 7000, + Bread, limit(1, .@lv/3, 12), 7000, Cheese, .@lv, 5000, Beer, limit(1, .@lv/10, 10), 1200, TreasureMap, 1, 420); |