From a14a1ebf16112348c1b19a31fa4d2ca75d468696 Mon Sep 17 00:00:00 2001 From: brianluau Date: Mon, 27 Feb 2012 20:04:30 +0000 Subject: - Fixed a small typo in script_commands.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15634 54d463be-8e91-2dee-dedb-b68131a5f0ec --- doc/script_commands.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/script_commands.txt') diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 50f5d5dfe..cfa32b31b 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -2164,7 +2164,7 @@ If there is no such party ID, "null" will be returned. Lets say the ID of a party was saved as a global variable: // This would return the name of the party from the ID stored in a variable - mes "You're in the '"+getpartyname($@var)"' party, I know!"; + mes "You're in the '"+getpartyname($@var)+"' party, I know!"; --------------------------------------- -- cgit v1.2.3-60-g2f50