فهرست منبع

Fixed a small error in the script_commands documentation about getpartyleader.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10995 54d463be-8e91-2dee-dedb-b68131a5f0ec
Paradox924X 18 سال پیش
والد
کامیت
fe3ee37d0b
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 1 0
      Changelog-Trunk.txt
  2. 1 1
      doc/script_commands.txt

+ 1 - 0
Changelog-Trunk.txt

@@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK.  ALL UNTESTED BUGFIXES/FEATURES GO
 IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
 
 2007/08/13
+	* Fixed a small error in the script_commands documentation about getpartyleader. [Paradox924X]
 	* Corrected skill-based hp/sp regen, expect slight increase [ultramage]
 2007/08/10
 	* Updated item_db.sql [Playtester]

+ 1 - 1
doc/script_commands.txt

@@ -2015,7 +2015,7 @@ Example:
 
 ---------------------------------------
 
-*getpartyleader <party id>,{<type>};
+*getpartyleader(<party id>,{<type>});
 
 This function returns some information about the given party-id's leader.
 When type is ommitted, the default information retrieved is the leader's name.