diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-07 12:15:14 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-07 12:15:14 +0000 |
commit | 81a85e322a784f6237b1948c53dca39bffb42f18 (patch) | |
tree | 575dbb13c007d1b2e42881993c0cdd2ea86b4dfe /Changelog-Trunk.txt | |
parent | a609245253626fd1d8112d4b05959471723b7d8f (diff) | |
download | hercules-81a85e322a784f6237b1948c53dca39bffb42f18.tar.gz hercules-81a85e322a784f6237b1948c53dca39bffb42f18.tar.bz2 hercules-81a85e322a784f6237b1948c53dca39bffb42f18.tar.xz hercules-81a85e322a784f6237b1948c53dca39bffb42f18.zip |
* Fixed splash damage from Baphomet Card might miss. [Inkfish]
* Check if group unit is expired before processing it. (bugreport:3054) [Inkfish]
* Fixed Grand Corss outdated behavior (bugreport:1590) [Inkfish]
- use new damage formula
- DEF is reduced to 2/3 during cast time
- block shields switching within attack duration
- monsters don't damage themselves any more
- intervals between hits are 300ms
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13736 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index dacb7f899..1ff24936c 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -2,9 +2,16 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. - -2009/05/07 - * Added check on stackable items to 'checkweight' (bugreport:1569, bugreport:2756, bugreport 2994) [Inkfish] +09/05/07 + * Fixed splash damage from Baphomet Card might miss. [Inkfish] + * Check if group unit is expired before processing it. (bugreport:3054) [Inkfish] + * Fixed Grand Corss outdated behavior (bugreport:1590) [Inkfish] + - use new damage formula + - DEF is reduced to 2/3 during cast time + - block shields switching within attack duration + - monsters don't damage themselves any more + - intervals between hits are 300ms + * Added check on stackable items to 'checkweight' (bugreport:1569, bugreport:2756, bugreport:2994) [Inkfish] * Fixed flee penalty wasn't applied for battleground and wouldn't be restored on map change [Inkfish] * Fixed players can pull water from ME cell (follow up to r13730) [Inkfish] 2009/05/04 |