From 1b6a3f5be19e490c16e1473d9289f08bcb80cbef Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 6 Jun 2022 00:34:50 -0300 Subject: The bug is: Index 0 is buggy. So reserve index 0 for server account --- npc/functions/aurora.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'npc/functions/aurora.txt') diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt index 686196561..cb8b6e136 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -437,6 +437,7 @@ function script FYEConf_Raid { FYE_Autoset(); $FYLOGIN_PTS=rand2(1, 2); + $FYRAID_OWNER[0]=1; // System Reserve return; } -- cgit v1.2.3-70-g09d2