diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-08 04:01:54 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-08 04:01:54 -0200 |
commit | 3d2d2e2d27e4e0a06d9b066bbb5c25624e948369 (patch) | |
tree | 02ab82fc36047d1f4651fd2c25d940a44ae5a986 /npc/012-7 | |
parent | 22f2df53450068cd3fbc4dc340aed59456b34273 (diff) | |
download | serverdata-3d2d2e2d27e4e0a06d9b066bbb5c25624e948369.tar.gz serverdata-3d2d2e2d27e4e0a06d9b066bbb5c25624e948369.tar.bz2 serverdata-3d2d2e2d27e4e0a06d9b066bbb5c25624e948369.tar.xz serverdata-3d2d2e2d27e4e0a06d9b066bbb5c25624e948369.zip |
Add an extra state at Halinarzo Librarian for quest log
Diffstat (limited to 'npc/012-7')
-rw-r--r-- | npc/012-7/airlia.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-7/airlia.txt b/npc/012-7/airlia.txt index f642fd637..2dbfbd084 100644 --- a/npc/012-7/airlia.txt +++ b/npc/012-7/airlia.txt @@ -19,7 +19,7 @@ if (strcharinfo(0) == $MOST_HEROIC$) npctalk3 l("Ah, if it isn't @@? You're the talk of the town!", $MOST_HEROIC$); if (.@q1 == 4) goto L_Letter; if (.@n >= 3 && .@n < 6) goto L_Mayor; - if (.@n == 8) goto L_Nivalis; + if (.@n == 9) goto L_Nivalis; mesn; mesq l("Oh, a visitor. Welcome to the city hall. Please, enjoy your stay."); close; |