diff options
Diffstat (limited to 'npc/017-10')
-rw-r--r-- | npc/017-10/mayor.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/017-10/mayor.txt b/npc/017-10/mayor.txt index 16ec223cb..065dec64b 100644 --- a/npc/017-10/mayor.txt +++ b/npc/017-10/mayor.txt @@ -17,6 +17,11 @@ switch (.@q) { case 0: Exception("ERROR", RB_SPEECH|RB_ISFATAL); + case 17: + // Endtrail + mes ""; + mesc l("@@ You need to wait further releases to continue this quest!", b(l("WARNING:"))), 1; + break; } close; |