diff options
Diffstat (limited to 'npc/functions/aurora.txt')
-rw-r--r-- | npc/functions/aurora.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt index 03e5ce195..fe8139dfc 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -449,8 +449,9 @@ function script FYE_Raid { // Never found a boss before, so assign some place for you if (.@id < 0) { - FYRAID_LV += 1; - .@id=array_push($FYRAID_OWNER, getcharid(3)); + FYRAID_LV = 1; + array_push($FYRAID_OWNER, getcharid(3)); + .@id = array_find($FYRAID_OWNER, getcharid(3)); } // Assign the boss stats |