From 5ebbc5c424dd493156e02fdda2179dca19609ea8 Mon Sep 17 00:00:00 2001 From: AdAstra-LD <76622070+AdAstra-LD@users.noreply.github.com> Date: Thu, 2 Sep 2021 20:25:30 +0200 Subject: [PATCH] Fixed ShipAnimation scrcmd --- DS_Map/Resources/ScriptDatabase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DS_Map/Resources/ScriptDatabase.cs b/DS_Map/Resources/ScriptDatabase.cs index 274d6f3..d8938fc 100644 --- a/DS_Map/Resources/ScriptDatabase.cs +++ b/DS_Map/Resources/ScriptDatabase.cs @@ -1207,7 +1207,7 @@ namespace DSPRE.Resources { [0x023A] = new byte[] { 2, 2, 2 }, [0x023B] = new byte[] { 2 }, [0x023C] = new byte[] { 2, 2 }, - [0x023D] = new byte[] { 2, 2, 2, 2 }, + [0x023D] = new byte[] { 1, 1, 2, 2, 2 }, [0x023E] = new byte[] { }, ///////////////// [0x023F] = new byte[1] { 0 }, [0x0240] = new byte[1] { 0 },