diff --git a/zone/forage.cpp b/zone/forage.cpp index 4dc3bc04f..81dd264bd 100644 --- a/zone/forage.cpp +++ b/zone/forage.cpp @@ -278,7 +278,7 @@ void Client::GoFish() //check for add NPC if (npc_chance > 0 && npc_id) { - if (npc_chance < zone->random.Int(0, 99)) { + if (zone->random.Roll(npc_chance)) { const NPCType *tmp = database.LoadNPCTypesData(npc_id); if (tmp != nullptr) { auto positionNPC = GetPosition();