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, 1 insertions, 1 deletions
diff --git a/src/game-server/character.cpp b/src/game-server/character.cpp
index c4a806a0..8ae2e85d 100644
--- a/src/game-server/character.cpp
+++ b/src/game-server/character.cpp
@@ -102,7 +102,7 @@ void Character::perform()
damage.type = DAMAGE_PHYSICAL;
damage.cth = getModifiedAttribute(BASE_ATTR_HIT) +
getModifiedAttribute(CHAR_SKILL_WEAPON_BEGIN + type);
- damage.usedSkill = CHAR_SKILL_WEAPON_BEGIN + type;
+ damage.usedSkills.push_back(CHAR_SKILL_WEAPON_BEGIN + type);
if (ic)
{