party share text to type !share when inviting people

This commit is contained in:
ErikasKontenis 2020-01-19 19:46:21 +02:00
parent 536fa16cec
commit 0c1ea233bc

View File

@ -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);
}