summaryrefslogtreecommitdiff
path: root/src/game-server/character.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/character.hpp')
-rw-r--r--src/game-server/character.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/character.hpp b/src/game-server/character.hpp
index 220f5c38..d3b31276 100644
--- a/src/game-server/character.hpp
+++ b/src/game-server/character.hpp
@@ -189,7 +189,7 @@ class Character : public Being
/** Gets the party id of the character */
int getParty() const
- { return mPartyId; }
+ { return mParty; }
/** Sets the party id of the character */
void setParty(int party)