summaryrefslogtreecommitdiff
path: root/src/game-server/character.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/character.cpp')
-rw-r--r--src/game-server/character.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game-server/character.cpp b/src/game-server/character.cpp
index f05ebf1e..c33300b0 100644
--- a/src/game-server/character.cpp
+++ b/src/game-server/character.cpp
@@ -49,6 +49,8 @@ Character::Character(MessageIn & msg):
deserialize(msg);
// give the player 10 weapon skill for testing purpose
setAttribute(CHAR_SKILL_WEAPON_UNARMED, 10);
+
+ setSize(16);
}
/**
* Update the internal status.