diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-29 18:30:25 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-29 18:30:25 +0000 |
commit | 4eb0c37f3c4c9bc545a37afcbfdd0493df29de28 (patch) | |
tree | 61e0caaaba6a9bab1431ec1be4e9cf103f2a17ee /Changelog-Trunk.txt | |
parent | ad8fe4131ee71b832d9cf5c75997705ff0f9770a (diff) | |
download | hercules-4eb0c37f3c4c9bc545a37afcbfdd0493df29de28.tar.gz hercules-4eb0c37f3c4c9bc545a37afcbfdd0493df29de28.tar.bz2 hercules-4eb0c37f3c4c9bc545a37afcbfdd0493df29de28.tar.xz hercules-4eb0c37f3c4c9bc545a37afcbfdd0493df29de28.zip |
- Added bonus bSkillHeal to distinguish offensive skill damage increases from healing power boosts.
- Moved battle_skillatk_bonus to pc.c, cleaned up the related skillatk bonus code to consider the skillheal bonus option.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11085 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 0d7d9a063..f19f7c111 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,11 @@ 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/08/23 + * Added bonus bSkillHeal to distinguish offensive skill damage increases + from healing power boosts. + * Moved battle_skillatk_bonus to pc.c, cleaned up the related skillatk + bonus code to consider the skillheal bonus option. [Skotlex] +2007/08/23 * Updated athena-start & start to Shazeya's hack. Please test them! [DracoRPG] - Simplest way is to run ./start that is equivalent to Windows runserver_sql.bat - To run TXT instead, edit the beginning of athena-start with proper filenames |