diff options
Diffstat (limited to 'npc/012-7/airlia.txt')
-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; |