diff --git a/resources/[jobs]/[civ]/wasabi_fishing/configuration/config.lua b/resources/[jobs]/[civ]/wasabi_fishing/configuration/config.lua index bc1472b89..c8615ae37 100644 --- a/resources/[jobs]/[civ]/wasabi_fishing/configuration/config.lua +++ b/resources/[jobs]/[civ]/wasabi_fishing/configuration/config.lua @@ -42,11 +42,11 @@ Config.bait = { catchBonus = 15 -- 15% better catch chance }, { - itemName = 'young_salmon', - label = 'Young Salmon', - loseChance = 80, -- easy to lose - catchBonus = 25 -- 25% better catch chance - exclusive = {'pufferfish'} -- can only catch pufferfish with this + itemName = 'young_salmon', + label = 'Young Salmon', + loseChance = 80, -- easy to lose + catchBonus = 25, -- 25% better catch chance (added comma here) + exclusive = {'pufferfish'} -- can only catch pufferfish with this } }, defaultBait = 'fishbait', -- Default bait item name