From bd7c2e68ec90ff87f8ff10fdaafcc81282ad8d7f Mon Sep 17 00:00:00 2001 From: AdAstra-LD <76622070+AdAstra-LD@users.noreply.github.com> Date: Tue, 18 Jul 2023 18:49:48 +0200 Subject: [PATCH] Fixed SetSpawnablePosition param count --- 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 03a70e3..59b8444 100644 --- a/DS_Map/Resources/ScriptDatabase.cs +++ b/DS_Map/Resources/ScriptDatabase.cs @@ -2458,7 +2458,7 @@ namespace DSPRE.Resources { [0x0154] = new byte[] { 2, 2 }, [0x0155] = new byte[] { 2, 2 }, [0x0156] = new byte[] { 2, 2, 2 }, - [0x0157] = new byte[1] { 0 }, + [0x0157] = new byte[] { 2, 2, 2 }, [0x0158] = new byte[] { 2, 2 }, [0x0159] = new byte[1] { 0 }, [0x015A] = new byte[1] { 0 },