mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-14 06:34:55 +02:00
party share text to type !share when inviting people
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user