diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-20 23:13:22 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-20 23:13:22 +0000 |
commit | f69af80cdba997b6fe10310b36bca8a9994c6eab (patch) | |
tree | ed6f135212558a3f0666240c09210b8cfe3584fe /Changelog-Trunk.txt | |
parent | 8e3ebf29b3d6fcb8641f7f3569a5627eb9c74b70 (diff) | |
download | hercules-f69af80cdba997b6fe10310b36bca8a9994c6eab.tar.gz hercules-f69af80cdba997b6fe10310b36bca8a9994c6eab.tar.bz2 hercules-f69af80cdba997b6fe10310b36bca8a9994c6eab.tar.xz hercules-f69af80cdba997b6fe10310b36bca8a9994c6eab.zip |
- Added source reporting when you do an invalid int&str or str&int operation on a script.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7782 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 46e9da8a8..d4c2bd3da 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,8 @@ 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/07/20
+ * Added source reporting when you do an invalid int&str or str&int
+ operation on a script. [Skotlex]
* Fixed the intif party creation packet having the incorrect size sent,
hence causing the leader's level to be read as garbage (which caused the
"impossible to even share" bug). [Skotlex]
|