summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/quests/The_Sign_Quest.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt
index f55e6913f..9e2a4fe1d 100644
--- a/npc/quests/The_Sign_Quest.txt
+++ b/npc/quests/The_Sign_Quest.txt
@@ -2826,7 +2826,7 @@ L_quiztime:
for( set .@i,1; .@i <= 10; set .@i,.@i+1 )
{
// choose which question to ask next
- set .@qpos, rand(.@size);
+ set .@qpos, rand(1,.@size);
set .@qid, .@signarray[.@qpos];
// remove the question from the array (reducing its size)