From 1bdcd47149103af141c8cbb9e32e0adb77b54772 Mon Sep 17 00:00:00 2001 From: nashmuhandes Date: Fri, 1 Nov 2024 21:43:36 +0800 Subject: [PATCH] Fix required arguments for GetNetID and SetActivatorByNetID --- zspecial.acs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zspecial.acs b/zspecial.acs index 1a28aee..04a52ab 100644 --- a/zspecial.acs +++ b/zspecial.acs @@ -467,8 +467,8 @@ special -212:GetSectorHealth(2), -213:GetLineHealth(1), -214:SetSubtitleNumber(2), - -215:GetNetID(3), - -216:SetActivatorByNetID(2), + -215:GetNetID(2, 3), + -216:SetActivatorByNetID(1, 2), // Eternity's -300:GetLineX(3),