Skip to content

Commit

Permalink
Fix Podium of Renown Duplicate Description
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGlitchLab committed Jan 20, 2025
1 parent 66495a8 commit 63501e0
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 @@ -4433,6 +4433,7 @@ void Game::playerSetShowOffSocket(uint32_t playerId, Outfit_t &outfit, const Pos

item->setCustomAttribute("PodiumVisible", static_cast<int64_t>(podiumVisible));
item->setCustomAttribute("LookDirection", static_cast<int64_t>(direction));
item->removeAttribute(ItemAttribute_t::NAME);

// Change Podium name
if (outfit.lookType != 0 || outfit.lookMount != 0) {
Expand Down

0 comments on commit 63501e0

Please sign in to comment.