summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index 2c784ac4..819b086d 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -141,7 +141,6 @@ class LocalPlayer : public Player
*/
Inventory *getStorage() const { return mStorage; }
-#ifdef MANASERV_SUPPORT
/**
* Check the player has permission to invite users to specific guild
*/
@@ -153,6 +152,7 @@ class LocalPlayer : public Player
void inviteToGuild(Being *being);
void clearInventory();
+#ifdef MANASERV_SUPPORT
void setInvItem(int index, int id, int amount);
#endif