diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-10 13:35:11 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-10 13:35:11 +0000 |
commit | 86354787809a85d57593dc6c1940262752d5b846 (patch) | |
tree | 313f47a603f277cfe1fa333a1d17d5765605c7fa /Changelog-Trunk.txt | |
parent | 2aa039840a624a43d9d0051479d520b78636f8ca (diff) | |
download | hercules-86354787809a85d57593dc6c1940262752d5b846.tar.gz hercules-86354787809a85d57593dc6c1940262752d5b846.tar.bz2 hercules-86354787809a85d57593dc6c1940262752d5b846.tar.xz hercules-86354787809a85d57593dc6c1940262752d5b846.zip |
- Fixed a memory overwrite crash on pc_readdb, thanks to foobar.
- Fixed only the first TK stance triggering when you have multiple of them active.
- Default of skill_attack_enable changed to yes.
- Fixed a compiler error in some ninja skill that only triggers on windows or c++ compilers.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5557 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 33e40266d..2ed44f461 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,12 @@ 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. EVERYTHING ELSE
GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
+2006/03/10
+ * Fixed a memory overwrite crash on pc_readdb, thanks to foobar for the
+ fix. [Skotlex]
+ * Fixed only the first TK stance triggering when you have multiple of them
+ active. [Skotlex]
+ * Default of skill_attack_enable changed to yes. [Skotlex]
2006/03/09
* Fixed the dancer/bard soul-linked skills toggling on/off with each call
to pc_calc_status. [Skotlex]
|