From 9fee4761bb79fe4d5665ed93e790cb430c0822b0 Mon Sep 17 00:00:00 2001 From: brianluau Date: Fri, 25 May 2012 15:45:31 +0000 Subject: - Reduced 300+ copy-paste lines to 1 duplicated npc in eden_common.txt (suggestion bugreport:5795) - Replaced more unconverted 'inputstr' in several npc scripts, and changed to scope variables. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16149 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/cities/jawaii.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/cities/jawaii.txt') diff --git a/npc/cities/jawaii.txt b/npc/cities/jawaii.txt index e1fb0d526..eb69a77d9 100644 --- a/npc/cities/jawaii.txt +++ b/npc/cities/jawaii.txt @@ -876,7 +876,7 @@ jawaii_in,28,124,0 script Bartender#jaw 46,{ mes "I'm so depressed"; mes "because of..."; input .@inputstr$; - mes ""+.@inputstr$+"..."; + mes .@inputstr$+"..."; next; mes "[Bartender]"; mes "There you go..."; -- cgit v1.2.3-60-g2f50