Quellcode durchsuchen

- Fixed a small typo in script_commands.txt

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15634 54d463be-8e91-2dee-dedb-b68131a5f0ec
brianluau vor 13 Jahren
Ursprung
Commit
3d8bd6c9c1
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      doc/script_commands.txt

+ 1 - 1
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!";
 
 ---------------------------------------