diff options
-rw-r--r-- | conf/map/battle/drops.conf | 2 | ||||
-rw-r--r-- | npc/functions/fishing.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/conf/map/battle/drops.conf b/conf/map/battle/drops.conf index aff592dc5..d88de95ba 100644 --- a/conf/map/battle/drops.conf +++ b/conf/map/battle/drops.conf @@ -34,7 +34,7 @@ item_auto_get: false // How long does it take for an item to disappear from the floor after it is dropped? (in milliseconds) -flooritem_lifetime: 60000 +flooritem_lifetime: 180000 // Grace time during which only the person who did the most damage to a monster can get the item? (in milliseconds) item_first_get_time: 5000 diff --git a/npc/functions/fishing.txt b/npc/functions/fishing.txt index 48f83de3e..8d87fd2b9 100644 --- a/npc/functions/fishing.txt +++ b/npc/functions/fishing.txt @@ -245,6 +245,7 @@ function script fishing { .@fish_id = 0; } + @fishing_spot$=""; return .@fish_id; } |