summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-06-15 21:26:17 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-06-15 21:26:17 +0000
commitc934f78758e20244ef669b764e54659bfcd81b9e (patch)
treea294fbb3fbc01dbf39e66691e7f5e3059069f724 /Changelog-Trunk.txt
parent6a71384339ee2f4c194dd6afcddd14374dba95ec (diff)
downloadhercules-c934f78758e20244ef669b764e54659bfcd81b9e.tar.gz
hercules-c934f78758e20244ef669b764e54659bfcd81b9e.tar.bz2
hercules-c934f78758e20244ef669b764e54659bfcd81b9e.tar.xz
hercules-c934f78758e20244ef669b764e54659bfcd81b9e.zip
* Fixed script command sc_end not supporting the extra argument as stated in script_commands.txt.
* Script command getarg supports an extra argument with a default value that is returned if the requested argument doesn't exist. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10773 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index fbcb96633..e5a1c8a46 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,11 @@ Date Added
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
+2007/06/15
+ * Fixed script command sc_end not supporting the extra argument as stated
+ in script_commands.txt.
+ * Script command getarg supports an extra argument with a default value
+ that is returned if the requested argument doesn't exist. [FlavioJS]
2007/06/11
* Fixed NPC_PROVOCATION (now the casting mob doesn't keep attacking)
* accumulated clif.c fixes [ultramage]