From 218ddabb5ee43d09914eb27df705c31e02ac9716 Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Thu, 2 Oct 2025 08:28:15 +0200 Subject: [PATCH] bug fix: no eixien pacos --- source/sections/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/sections/game.cpp b/source/sections/game.cpp index 07f9c61..2d59d0b 100644 --- a/source/sections/game.cpp +++ b/source/sections/game.cpp @@ -639,7 +639,7 @@ auto Game::dropItem() -> ItemType { break; case 2: if (LUCKY_NUMBER < helper_.item_pacmar_odds) { - return ItemType::GAVINA; + return ItemType::PACMAR; } break; case 3: