Skip to content

Commit

Permalink
fix: podium of renown rotate removing addon
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas committed Sep 15, 2023
1 parent 41ec6bb commit 1eaaf16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9087,6 +9087,7 @@ void Game::playerRotatePodium(uint32_t playerId, const Position &pos, uint8_t st
// We retrieve the outfit information to be able to rotate the podium of renown in the new direction
Outfit_t newOutfit;
newOutfit.lookType = InternalGame::getCustomAttributeValue<uint16_t>(item, "LookType");
newOutfit.lookAddons = InternalGame::getCustomAttributeValue<uint8_t>(item, "LookAddons");
newOutfit.lookHead = InternalGame::getCustomAttributeValue<uint8_t>(item, "LookHead");
newOutfit.lookBody = InternalGame::getCustomAttributeValue<uint8_t>(item, "LookBody");
newOutfit.lookLegs = InternalGame::getCustomAttributeValue<uint8_t>(item, "LookLegs");
Expand Down

0 comments on commit 1eaaf16

Please sign in to comment.