summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-08-07 19:28:07 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-08-07 19:41:32 +0200
commit2486b433dcd5f782364a0dd56b20f4ee9a445a5f (patch)
tree8e9e8607c1a29ff0a541f16691ff49c594006c20 /src
parent257799728473f26ebfadf42327b8ba2afddb6335 (diff)
downloadmanaserv-2486b433dcd5f782364a0dd56b20f4ee9a445a5f.tar.gz
manaserv-2486b433dcd5f782364a0dd56b20f4ee9a445a5f.tar.xz
manaserv-2486b433dcd5f782364a0dd56b20f4ee9a445a5f.zip
Fixed typo
Diffstat (limited to 'src')
-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 ddfae34..98c518a 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:
/**