summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index 832b7eb4..099a5f81 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -157,7 +157,12 @@ class LocalPlayer : public Player
/**
* Invite a player to join guild
*/
- void invite(Being* being);
+ void inviteToGuild(Being *being);
+
+ /**
+ * Invite a player to join their party
+ */
+ void inviteToParty(Being *being);
void clearInventory();
void setInvItem(int index, int id, int amount);