Skip to content

Commit

Permalink
fix: showing cyclopedia houses correctly (#3245)
Browse files Browse the repository at this point in the history
  • Loading branch information
murilo09 authored Jan 15, 2025
1 parent 88e27ed commit 8e1fd02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10999,7 +10999,7 @@ void Game::playerCyclopediaHousesByTown(uint32_t playerId, const std::string &to
const auto &house = it.second;
const auto &town = g_game().map.towns.getTown(house->getTownId());
if (!town) {
return;
continue;
}

const std::string &houseTown = town->getName();
Expand Down

0 comments on commit 8e1fd02

Please sign in to comment.