diff options
author | Monwarez <monwarez@gmail.com> | 2016-09-29 23:42:31 +0200 |
---|---|---|
committer | GitLab <gitlab@gitlab.com> | 2016-10-02 18:05:24 +0000 |
commit | ab2d895461aec45a324366079036fe43045ba39d (patch) | |
tree | 1b58afb3c7a92df21698e53bbfb9285276078351 /npc/commands | |
parent | 63363f74e5ce032fe10c5b301535f4d3c769558c (diff) | |
download | serverdata-ab2d895461aec45a324366079036fe43045ba39d.tar.gz serverdata-ab2d895461aec45a324366079036fe43045ba39d.tar.bz2 serverdata-ab2d895461aec45a324366079036fe43045ba39d.tar.xz serverdata-ab2d895461aec45a324366079036fe43045ba39d.zip |
Add Artis Legion quest on Lozerk
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/debug-quest.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/commands/debug-quest.txt b/npc/commands/debug-quest.txt index 763db68a..a37b09bf 100644 --- a/npc/commands/debug-quest.txt +++ b/npc/commands/debug-quest.txt @@ -79,7 +79,8 @@ function script GlobalQuestDebug { "Enora", ArtisQuests_Enora, "Fexil", ArtisQuests_Fexil, "Lloyd", ArtisQuests_Lloyd, - l("Mona's dad"), ArtisQuests_MonaDad; + l("Mona's dad"), ArtisQuests_MonaDad, + l("Artis legion progress"), Artis_Legion_Progress; switch (@menuret) { |