diff options
Diffstat (limited to 'npc/quests/thana_quest.txt')
-rw-r--r-- | npc/quests/thana_quest.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/thana_quest.txt b/npc/quests/thana_quest.txt index 2fadf73bd..7fc59c6ce 100644 --- a/npc/quests/thana_quest.txt +++ b/npc/quests/thana_quest.txt @@ -1878,7 +1878,7 @@ tha_t09,19,158,0 script Machine Device#tt5 111,{ } } mes "You attempt to"; - mes ""+.@inputstr$+","; + mes .@inputstr$+","; mes "but nothing happened."; close; } @@ -3133,4 +3133,4 @@ OnTouch: mes "acts against you, preventing"; mes "you from proceeding this way...^000000"; close; -}
\ No newline at end of file +} |