diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-1/liana.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-1/liana.txt b/npc/005-1/liana.txt index a4556a4d8..cc0d473b0 100644 --- a/npc/005-1/liana.txt +++ b/npc/005-1/liana.txt @@ -29,7 +29,7 @@ L_Menu: L_Slime: mes ""; .@q=getq(CandorQuest_Liana); - mesq l("I collect them. @@", .@q); + mesq l("I collect them."); next; if (.@q == 0) goto L_Quest; if (.@q == 1 && gettimetick(2) >= LIANA_TIMER + 60 * 60 * 6) setq CandorQuest_Liana, 2; |