diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/fishing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/fishing.txt b/npc/functions/fishing.txt index 0a3c0fe7e..c34c6d72e 100644 --- a/npc/functions/fishing.txt +++ b/npc/functions/fishing.txt @@ -234,7 +234,7 @@ function script fishing { // MobPt gain is equivalent to bait rarity. if (MPQUEST) - Mobpt+=getvariableofnpc(.bait_ids[@bait_d+1], .@npc$); + Mobpt+=.@bai*limit(1, BaseLevel/10, 10); if(!checkweight(.@fish_id, 1)) { |