diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-30 18:56:33 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-30 18:56:33 +0000 |
commit | 1dc97e8a346414a600bedc25969d5ae21c28f401 (patch) | |
tree | d3143bd27af5046d7de7ddb96ebc47939b55f7b8 /Changelog-Trunk.txt | |
parent | 0cc1e7bfbd0d93024a12ee6f5d2aaf8f95b408d1 (diff) | |
download | hercules-1dc97e8a346414a600bedc25969d5ae21c28f401.tar.gz hercules-1dc97e8a346414a600bedc25969d5ae21c28f401.tar.bz2 hercules-1dc97e8a346414a600bedc25969d5ae21c28f401.tar.xz hercules-1dc97e8a346414a600bedc25969d5ae21c28f401.zip |
- Added bNoMiscDamage setting so you can specify misc-damage blocking from skills. Modified battle_calc_damage so that even Pressure and similar skills will be affected by this setting.
- Removed SC_LANDPROTECTOR as it wasn't being used by anything.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7982 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index a0ea6075e..6ec978bbd 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,9 @@ 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/30
+ * Added bNoMiscDamage setting so you can specify misc-damage blocking from
+ skills. Modified battle_calc_damage so that even Pressure and similar
+ skills will be affected by this setting. [Skotlex]
* GS skill updates/fixes [Vicious]
* Force all users offline in sql when char-server starts [Toms]
2006/07/29
|