From d7bce32efbf0a51ed8e56e235c20f9e9523efd52 Mon Sep 17 00:00:00 2001 From: pr701 Date: Mon, 23 Jan 2023 05:49:16 +0300 Subject: [PATCH] revert animations fix --- .../D3-GameServer/GSSystem/PowerSystem/Payloads/DeathPayload.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Payloads/DeathPayload.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Payloads/DeathPayload.cs index c822ddb..6694921 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Payloads/DeathPayload.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/Payloads/DeathPayload.cs @@ -266,7 +266,7 @@ namespace DiIiS_NA.GameServer.GSSystem.PowerSystem.Payloads //Пчелы case ActorSno._sandwasp_a: case ActorSno._fleshpitflyer_leoric_inferno: - Target.PlayAnimation(11, AnimationSno.fleshpitflyer_death, 1f); + Target.PlayAnimation(11, 8535, 1f); break; //X1_LR_Boss_Angel_Corrupt_A case ActorSno._x1_lr_boss_angel_corrupt_a: Target.PlayAnimation(11, 142005, 1f); break;