diff --git a/src/creatures/players/player_store_detail.hpp b/src/creatures/players/player_store_detail.hpp index 50e85bf47cb..d890c200e00 100644 --- a/src/creatures/players/player_store_detail.hpp +++ b/src/creatures/players/player_store_detail.hpp @@ -11,7 +11,7 @@ class ValueWrapper; #endif struct StoreDetail { - + std::string toString() const { return fmt::format("Description: {}, Coin Amount: {}, CreatedAt: {}, Is Gold: {}", description, coinAmount, createdAt, isGold); }