From 472ef6b8238149bdbc51644c79aaa222054b13bd Mon Sep 17 00:00:00 2001 From: flo666 Date: Wed, 15 Mar 2023 20:32:22 +0100 Subject: [PATCH] fix_husk_brute_singlestrike --- voxygen/anim/src/biped_large/alpha.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voxygen/anim/src/biped_large/alpha.rs b/voxygen/anim/src/biped_large/alpha.rs index 0b0e17ce05..cbc2c01084 100644 --- a/voxygen/anim/src/biped_large/alpha.rs +++ b/voxygen/anim/src/biped_large/alpha.rs @@ -427,7 +427,7 @@ impl Animation for AlphaAnimation { * Quaternion::rotation_y(-2.8 + move1 * 3.0 + move2 * -3.0) * Quaternion::rotation_z(move1 * -1.5); }, - Some("common.abilities.custom.husk.singlestrike") => { + Some("common.abilities.custom.husk_brute.singlestrike") => { next.shoulder_l.position = Vec3::new(-s_a.shoulder.0, s_a.shoulder.1, s_a.shoulder.2); next.shoulder_r.position =