Skip to content

Commit

Permalink
Code format - (Clang-format)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 31, 2024
1 parent d59d96b commit 37a89b3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/account/account.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -315,4 +315,4 @@ uint32_t Account::getHouseBidId() const {

void Account::setHouseBidId(uint32_t houseId) {
m_account->houseBidId = houseId;
}
}
2 changes: 1 addition & 1 deletion src/creatures/players/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10708,4 +10708,4 @@ AcceptTransferErrorMessage Player::canAcceptTransferHouse(uint32_t houseId) {
return AlreadyAccepted;
}
return Success;
}
}
2 changes: 1 addition & 1 deletion src/enums/player_cyclopedia.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ enum class AcceptTransferErrorMessage : uint8_t {
Premium = 9,
Frozen = 15,
Internal = 19,
};
};
2 changes: 1 addition & 1 deletion src/game/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11221,4 +11221,4 @@ bool Game::processBankAuction(std::shared_ptr<Player> player, const std::shared_
}
}
return true;
}
}
1 change: 0 additions & 1 deletion src/server/network/protocol/protocolgame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9368,7 +9368,6 @@ void ProtocolGame::sendTakeScreenshot(Screenshot_t screenshotType) {
writeToOutputBuffer(msg);
}


void ProtocolGame::parseCyclopediaHouseAuction(NetworkMessage &msg) {
if (oldProtocol) {
return;
Expand Down

0 comments on commit 37a89b3

Please sign in to comment.