diff --git a/src/game/game.cpp b/src/game/game.cpp index 8100e1ba..a997dc79 100644 --- a/src/game/game.cpp +++ b/src/game/game.cpp @@ -4433,6 +4433,7 @@ void Game::playerSetShowOffSocket(uint32_t playerId, Outfit_t &outfit, const Pos item->setCustomAttribute("PodiumVisible", static_cast(podiumVisible)); item->setCustomAttribute("LookDirection", static_cast(direction)); + item->removeAttribute(ItemAttribute_t::NAME); // Change Podium name if (outfit.lookType != 0 || outfit.lookMount != 0) {