summaryrefslogtreecommitdiff
path: root/npc/functions/soul_menhir.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/soul_menhir.txt')
-rw-r--r--npc/functions/soul_menhir.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/soul_menhir.txt b/npc/functions/soul_menhir.txt
index 29701b07..a98681c6 100644
--- a/npc/functions/soul_menhir.txt
+++ b/npc/functions/soul_menhir.txt
@@ -37,7 +37,7 @@ L_Do_Save:
goto L_Return;
L_FindPoint:
- set @n, rand(0, getarraysize(@Xs));
+ set @n, rand(getarraysize(@Xs));
set @x, @Xs[@n];
set @y, @Ys[@n];
goto L_Do_Save;