From 63501e0c49c733cbca16f5f89f21c01e78c7bf82 Mon Sep 17 00:00:00 2001 From: Irk Date: Mon, 20 Jan 2025 12:59:29 +1100 Subject: [PATCH] Fix Podium of Renown Duplicate Description --- src/game/game.cpp | 1 + 1 file changed, 1 insertion(+) 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) {