diff options
author | gumi <mekolat@users.noreply.github.com> | 2016-09-02 21:21:55 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2016-09-02 21:21:55 -0400 |
commit | 91229db1cd3bac9e7d46a086d7fb28de8693cce5 (patch) | |
tree | 17d0b8040be30300c57536dbe6a64de1f56f0af7 /npc/commands/debug-quest.txt | |
parent | 1e110f19856b30dbc2b6a75f608f076a74080321 (diff) | |
download | serverdata-91229db1cd3bac9e7d46a086d7fb28de8693cce5.tar.gz serverdata-91229db1cd3bac9e7d46a086d7fb28de8693cce5.tar.bz2 serverdata-91229db1cd3bac9e7d46a086d7fb28de8693cce5.tar.xz serverdata-91229db1cd3bac9e7d46a086d7fb28de8693cce5.zip |
fix careless mistake in debug-quest
Diffstat (limited to 'npc/commands/debug-quest.txt')
-rw-r--r-- | npc/commands/debug-quest.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/debug-quest.txt b/npc/commands/debug-quest.txt index 208291f5..763db68a 100644 --- a/npc/commands/debug-quest.txt +++ b/npc/commands/debug-quest.txt @@ -70,7 +70,7 @@ function script GlobalQuestDebug { mes l("Please select a quest:"); menuint - menuimage("actions/back", l("Go back")), , + menuimage("actions/back", l("Go back")), -1, l("Lazy Brother"), ArtisQuests_LazyBrother, l("Urchin"), ArtisQuests_Urchin, l("Catching a piou"), ArtisQuests_CatchPiou, |