diff --git a/Server/Game/Commands/IncantationCommand.cpp b/Server/Game/Commands/IncantationCommand.cpp index 3a37f44..7a5209e 100644 --- a/Server/Game/Commands/IncantationCommand.cpp +++ b/Server/Game/Commands/IncantationCommand.cpp @@ -140,7 +140,8 @@ void zappy::game::CommandHandler::incantationPrinting(zappy::game::ServerPlayer { std::string guiMsg = "pic " + std::to_string(player.x) + " " + std::to_string(player.y) + " " + - std::to_string(player.level); + std::to_string(player.level) + " #" + + std::to_string(player.getId()); auto otherPlayers = this->_getPlayersForIncant(player.x, player.y, player.level);