diff --git a/src/game/game_handler.cpp b/src/game/game_handler.cpp index bb06c781..5f859c85 100644 --- a/src/game/game_handler.cpp +++ b/src/game/game_handler.cpp @@ -2002,6 +2002,8 @@ void GameHandler::handlePacket(network::Packet& packet) { msg = buf; } addSystemChatMessage(msg); + addCombatText(CombatTextEntry::XP_GAIN, + static_cast(xpGained), 0, true); // XP is updated via PLAYER_XP update fields from the server. if (areaDiscoveryCallback_) areaDiscoveryCallback_(areaName, xpGained);