diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-28 15:20:28 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-28 15:20:28 +0000 |
commit | 64cd11e4ddf883d3861277f778aaf17fea0f2632 (patch) | |
tree | efa19179d30add4ba1795256dfd8872af0700c1b /Changelog-Trunk.txt | |
parent | b36751b7970a699f453da471261d258868741281 (diff) | |
download | hercules-64cd11e4ddf883d3861277f778aaf17fea0f2632.tar.gz hercules-64cd11e4ddf883d3861277f778aaf17fea0f2632.tar.bz2 hercules-64cd11e4ddf883d3861277f778aaf17fea0f2632.tar.xz hercules-64cd11e4ddf883d3861277f778aaf17fea0f2632.zip |
- Storm Kick's range increased to 2.
- Mobinfo's drop list will use jName rather than Name for drop names.
- Some cleaning of the ASC_BREAKER code in skill_attack
- Modified skill_attack so that all skills with amotion get their damage delayed (should fix mob walk-teleport issues)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6346 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 bc1df1468..36933d550 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,11 @@ 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.
2006/04/28
+ * Mobinfo's drop list will use jName rather than Name for drop names.
+ [Skotlex]
+ * Some cleaning of the ASC_BREAKER code in skill_attack [Skotlex]
+ * Modified skill_attack so that all skills with amotion get their damage
+ delayed (should fix mob walk-teleport issues) [Skotlex]
* Added function stristr to strlib.c, used by mob.c and item_db.c for
case-insensitive seeks. [Skotlex]
* Removed the sending of the online guild list when you log-on, may fix the
|