forked from mirror/openmw-tes3mp
Fix a typo in attack animation name
This commit is contained in:
parent
bcad431cc5
commit
a57f6ac2af
1 changed files with 1 additions and 1 deletions
|
@ -925,7 +925,7 @@ void CharacterController::handleTextKey(const std::string &groupname, const std:
|
|||
mPtr.getClass().hit(mPtr, mAttackStrength, ESM::Weapon::AT_Chop);
|
||||
else if (groupname == "attack2" || groupname == "swimattack2")
|
||||
mPtr.getClass().hit(mPtr, mAttackStrength, ESM::Weapon::AT_Slash);
|
||||
else if (groupname == "attack3" || groupname == "swimattack1")
|
||||
else if (groupname == "attack3" || groupname == "swimattack3")
|
||||
mPtr.getClass().hit(mPtr, mAttackStrength, ESM::Weapon::AT_Thrust);
|
||||
else
|
||||
mPtr.getClass().hit(mPtr, mAttackStrength);
|
||||
|
|
Loading…
Reference in a new issue