diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game-server/character.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/character.hpp b/src/game-server/character.hpp index ddfae34a..98c518a2 100644 --- a/src/game-server/character.hpp +++ b/src/game-server/character.hpp @@ -481,7 +481,7 @@ class Character : public Being unsigned char mAccountLevel; /**< Account level of the user. */ int mParty; /**< Party id of the character */ TransactionType mTransaction; /**< Trade/buy/sell action the character is involved in. */ - std::map<int, int> mKillCount; /**< how many monsters the character has slayn of each type */ + std::map<int, int> mKillCount; /**< How many monsters the character has slain of each type */ protected: /** |