diff options
Diffstat (limited to 'npc/quests/gunslinger_quests.txt')
-rw-r--r-- | npc/quests/gunslinger_quests.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/quests/gunslinger_quests.txt b/npc/quests/gunslinger_quests.txt index 503a8923a..5c59020a1 100644 --- a/npc/quests/gunslinger_quests.txt +++ b/npc/quests/gunslinger_quests.txt @@ -252,6 +252,10 @@ que_ng,182,85,3 script Garrison 109,{ callsub SubGarrison; case 2: callsub SubGarrison_; + case 3: + mes "[Garrison]"; + mes "I'll see you when I see you~"; + close; } } |