diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-03 19:26:08 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-03 19:26:08 +0000 |
commit | 627c92076b85d597bc10e7e4f7642c9c5e235b49 (patch) | |
tree | 0bcc35cea44ac743914530e9f75311292ab1e016 /Changelog-Trunk.txt | |
parent | c23be7c7b9301b0582f12d57e0ce9969389ee48b (diff) | |
download | hercules-627c92076b85d597bc10e7e4f7642c9c5e235b49.tar.gz hercules-627c92076b85d597bc10e7e4f7642c9c5e235b49.tar.bz2 hercules-627c92076b85d597bc10e7e4f7642c9c5e235b49.tar.xz hercules-627c92076b85d597bc10e7e4f7642c9c5e235b49.zip |
Fixed a typo in script engine erroring when working with char params
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10848 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 298956869..368b687c4 100644 --- a/Changelog-Trunk.txt +++ b/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/07/03 + * Fixed a typo in script engine erroring when working with char params * Made Homun Resurrection only fail on cast-end (see topic:155223) * Re-coded 'soundeffectall'; removed the third parameter ('coverage') - adjust your scripts if you use this command [ultramage] |