diff --git a/src/party.cpp b/src/party.cpp index e0d80a4..a7a9d8c 100644 --- a/src/party.cpp +++ b/src/party.cpp @@ -270,7 +270,7 @@ bool Party::invitePlayer(Player& player) ss << player.getName() << " has been invited."; if (memberList.empty() && inviteList.empty()) { - ss << " Open the party channel to communicate with your members."; + ss << " Open the party channel to communicate with your members. Type !share to enable/disable party experience share."; g_game.updatePlayerShield(leader); leader->sendCreatureSkull(leader); }