diff options
author | Ali-G <gauvain.dauchy@free.fr> | 2011-06-05 16:18:45 +0200 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-06-12 14:45:23 -0700 |
commit | a962576520df2e291b51549eeb920dc0289f0452 (patch) | |
tree | 5f961fdee99b85f2127f54db69014d596f0ae6d2 /npc/024-1 | |
parent | 2ccd072f6d2ab8b4d3612dc653d84c400af2abc6 (diff) | |
download | serverdata-a962576520df2e291b51549eeb920dc0289f0452.tar.gz serverdata-a962576520df2e291b51549eeb920dc0289f0452.tar.bz2 serverdata-a962576520df2e291b51549eeb920dc0289f0452.tar.xz serverdata-a962576520df2e291b51549eeb920dc0289f0452.zip |
Made some fixes and improved some scripts.
Diffstat (limited to 'npc/024-1')
-rw-r--r-- | npc/024-1/david.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/024-1/david.txt b/npc/024-1/david.txt index 99c119c1..c76cba20 100644 --- a/npc/024-1/david.txt +++ b/npc/024-1/david.txt @@ -1,6 +1,6 @@ 024-1.gat,70,70,0 script David 120,{ - if (Rossy_Quest == 18) goto L_FinalEnd; + if (Rossy_Quest == 17) goto L_FinalEnd; if (Rossy_Quest == 14) goto L_Julia; if (Rossy_Quest >= 8) goto L_Done; |