diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-09-18 15:37:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-09-18 15:37:35 -0300 |
commit | 708faac18df4851cb8dda17dc3562ca337e7dc1b (patch) | |
tree | c19bf1ff552e8dbf7293468301fe152a5d585db3 /npc/functions | |
parent | 05bf6b06370ee7b9695d26962f08cc3641ad1f21 (diff) | |
parent | 01ae0e398d5b49db2aafb8af31acf81fb8a522c9 (diff) | |
download | serverdata-jesusalva/refinery.tar.gz serverdata-jesusalva/refinery.tar.bz2 serverdata-jesusalva/refinery.tar.xz serverdata-jesusalva/refinery.zip |
Merge branch 'master' into jesusalva/refineryjesusalva/refinery
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/quest-debug/100-General_Narrator.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/quest-debug/100-General_Narrator.txt b/npc/functions/quest-debug/100-General_Narrator.txt index 37a674c5..a88f5d6a 100644 --- a/npc/functions/quest-debug/100-General_Narrator.txt +++ b/npc/functions/quest-debug/100-General_Narrator.txt @@ -15,7 +15,8 @@ function script QuestDebug100 { GenericQuestDebug General_Narrator, l("Game introduction"), 0, l("Arrived in Artis"), 1, - l("Arrived in Argaes"), 2; + l("Arrived in Argaes"), 2, + l("Sent to Airlia"), 3; if (@menuret < 0) { |