summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-28 14:05:03 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-28 14:05:03 +0000
commit701a7c08b373ea338746199cbae3c67444d1f8ae (patch)
tree56c00cd16f2427bed8837713ac1a6291e738d19f /Changelog-Trunk.txt
parent75b85acf8b9387c3ebb94fb05347cb3db1b2a238 (diff)
downloadhercules-701a7c08b373ea338746199cbae3c67444d1f8ae.tar.gz
hercules-701a7c08b373ea338746199cbae3c67444d1f8ae.tar.bz2
hercules-701a7c08b373ea338746199cbae3c67444d1f8ae.tar.xz
hercules-701a7c08b373ea338746199cbae3c67444d1f8ae.zip
[Fixed] script functions that doesn't pass references, thanks to End_of_exam.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6801 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 6cac17b06..8924a8858 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,7 +4,10 @@ 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.
2006/05/28
- * [ Protected ] : clif_parse_LGMmessage from possible hacks [Lance]
+ * [Fixed]:
+ - script functions that doesn't pass references, thanks to End_of_exam. [Lance]
+ * [Protected]:
+ - clif_parse_LGMmessage from possible hacks [Lance]
* Fixed unable to store n items into storage unless n was the total amount
of items you had. [Skotlex]
* Suppressed compilation warnings (unsigned and signed mismatches) [Lance]