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: