diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-20 14:24:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-20 14:24:18 -0300 |
commit | ba2bf1b724bcabf3de48593a597ae1b8dcc5aa4e (patch) | |
tree | 2159bc2071a9426227ff1f25e408a7738eacbb87 /npc | |
parent | 2cb21ad577392db13dcbbec7d139eabaad610413 (diff) | |
download | serverdata-ba2bf1b724bcabf3de48593a597ae1b8dcc5aa4e.tar.gz serverdata-ba2bf1b724bcabf3de48593a597ae1b8dcc5aa4e.tar.bz2 serverdata-ba2bf1b724bcabf3de48593a597ae1b8dcc5aa4e.tar.xz serverdata-ba2bf1b724bcabf3de48593a597ae1b8dcc5aa4e.zip |
Revert "Debug print", because it was debugged
This reverts commit 2cb21ad577392db13dcbbec7d139eabaad610413.
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; |