From 883fcf50b1905305a9a05819a4dfe07f7255e0e2 Mon Sep 17 00:00:00 2001 From: Braden Obrzut Date: Mon, 2 Mar 2015 15:25:50 -0500 Subject: [PATCH] - Fixed: ZDaemon's special numbers were wrong. --- zspecial.acs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zspecial.acs b/zspecial.acs index a692293..169d58a 100644 --- a/zspecial.acs +++ b/zspecial.acs @@ -364,8 +364,8 @@ special -125:GetDBEntries(1), // ZDaemon's - -19260:GetTeamScore(1), - -19261:SetTeamScore(2), + -19620:GetTeamScore(1), + -19621:SetTeamScore(2), -100000:__EndOfList__(10);