summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-10 22:29:12 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-10 22:29:12 +0000
commitd715c9de85f3870332f7fc78e7754eddfed246bc (patch)
tree9a8658ef1c776d23a80b5f64558207fdf283c55a /Changelog-Trunk.txt
parente8f0edf2c8574df1bd2d00a99082859e297d7733 (diff)
downloadhercules-d715c9de85f3870332f7fc78e7754eddfed246bc.tar.gz
hercules-d715c9de85f3870332f7fc78e7754eddfed246bc.tar.bz2
hercules-d715c9de85f3870332f7fc78e7754eddfed246bc.tar.xz
hercules-d715c9de85f3870332f7fc78e7754eddfed246bc.zip
* Revised argument declaration of all script commands according to the actual functions' argument usage.
- Fixed many script commands with fixed amount of optional parameters to no longer accept any amount of arguments (faulty declaration). - Corrected use of dummy parameter for guildopenstorage in scripts. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14573 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 98244e556..7ce5b41ef 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,5 +1,9 @@
Date Added
+2010/12/10
+ * Revised argument declaration of all script commands according to the actual functions' argument usage. [Ai4rei]
+ - Fixed many script commands with fixed amount of optional parameters to no longer accept any amount of arguments due to faulty declaration.
+ - Corrected use of dummy parameter for guildopenstorage in scripts.
2010/12/09
* Removed some of the duplicate, storage-related packet code. [Ai4rei]
- Removed clif_guildstoragelist and adjusted clif_storagelist to be able to handle any kind of storage.