Skip to content

Commit

Permalink
refact(skymp5-server): remove duplicate entry in AnimationSystem (#1708)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pospelove authored Sep 19, 2023
1 parent 73c1108 commit 6f2c6fe
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions skymp5-server/cpp/server_guest_lib/AnimationSystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,6 @@ void AnimationSystem::InitAdditionalCallbacks()
actor->DamageActorValue(espm::ActorValue::Stamina, defaultModifier);
},
},
{
"attackPowerStart_2HWSprint",
[](MpActor* actor) {
constexpr float defaultModifier = 30.f;
actor->DamageActorValue(espm::ActorValue::Stamina, defaultModifier);
},
},
{
"attackStartSprint",
[](MpActor* actor) {
Expand Down

0 comments on commit 6f2c6fe

Please sign in to comment.