mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-01 18:19:20 +02:00
party share text to type !share when inviting people
This commit is contained in:
parent
536fa16cec
commit
0c1ea233bc
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user