diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-21 21:19:59 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-21 21:19:59 +0000 |
commit | e904419c7b3ff59c4d035bcbe48a79f27c74d18d (patch) | |
tree | e121ffb549be7f06f416f8b0815cdee37b7c29bb /Changelog-Trunk.txt | |
parent | 5703b27d8c6e7775a165fe29d35020c701b4f286 (diff) | |
download | hercules-e904419c7b3ff59c4d035bcbe48a79f27c74d18d.tar.gz hercules-e904419c7b3ff59c4d035bcbe48a79f27c74d18d.tar.bz2 hercules-e904419c7b3ff59c4d035bcbe48a79f27c74d18d.tar.xz hercules-e904419c7b3ff59c4d035bcbe48a79f27c74d18d.zip |
* Fixed a typo in the status-change saving code (wrong variable used)
* Fixed a case of bad sql code conversion breaking homun skill loading
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11264 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 7a48082c0..6540641a4 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -8,6 +8,8 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. itemdb loockup and a first step to remove map_session_data->inventory_data). * Fixed a typo in the configure script that replaced CFLAGS with CPPFLAGS when -Wno-pointer-sign is supported by the compiler. [FlavioJS] + * Fixed a typo in the status-change saving code (wrong variable used) + * Fixed a case of bad sql code conversion breaking homun skill loading * Corrected skill Charge Attack as described in bugreport:67 [ultramage] - cast time is between 100% and 300% (+ infinite waiting fixed) - damage is also between 100% and 300% (doesn't increase past range 9) |