diff options
author | Reid <reidyaro@gmail.com> | 2012-09-12 01:20:39 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-09-12 01:22:20 +0200 |
commit | 3270b08d3bd921dcf817dd856e82a1f33de264df (patch) | |
tree | ae874fcb5682f1cb0d6545e0174a9f56e1c13664 /npc/000-2-1/dan.txt | |
parent | 1eb16e7676cca51320c4829d3d08f7627bf69b42 (diff) | |
download | serverdata-3270b08d3bd921dcf817dd856e82a1f33de264df.tar.gz serverdata-3270b08d3bd921dcf817dd856e82a1f33de264df.tar.bz2 serverdata-3270b08d3bd921dcf817dd856e82a1f33de264df.tar.xz serverdata-3270b08d3bd921dcf817dd856e82a1f33de264df.zip |
Update the value of rand() on q'onan and dan script.
Diffstat (limited to 'npc/000-2-1/dan.txt')
-rw-r--r-- | npc/000-2-1/dan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-1/dan.txt b/npc/000-2-1/dan.txt index 69705b49..e9b93073 100644 --- a/npc/000-2-1/dan.txt +++ b/npc/000-2-1/dan.txt @@ -8,7 +8,7 @@ 000-2-1.gat, 22,31,0,1 script Dan 101;2,{ mesn; - set @q, rand(2); + set @q, rand(3); if (@q == 0) goto l_QuestStory; mesq l("You see these Pious around?"); |