diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-17 00:57:42 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-17 00:57:42 +0000 |
commit | d687aeea66fc315611127a757a80b708bd66270e (patch) | |
tree | 528d101d4a9baf204b9840ab16c211b409ee775e /Changelog-Trunk.txt | |
parent | 29390f511f5b6340a11c2f33ba5746e91f94616e (diff) | |
download | hercules-d687aeea66fc315611127a757a80b708bd66270e.tar.gz hercules-d687aeea66fc315611127a757a80b708bd66270e.tar.bz2 hercules-d687aeea66fc315611127a757a80b708bd66270e.tar.xz hercules-d687aeea66fc315611127a757a80b708bd66270e.zip |
- Changed the npc_id mismatch warning to be more informative.
- Modified @monster command to use map_search_freecell (prevents mobs spawning on non-walkable tiles)
- Modified @nuke to invoke skill_cast_nodamage_id instead of the damage_id version (fixes sprite and splash damage for the skill)
- Corrected Venom Knife's requiring two knives per use.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6124 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 8d9a9105e..8fc9dbcaf 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,10 @@ 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/04/16
+ * Modified @monster command to use map_search_freecell (prevents mobs
+ spawning on non-walkable tiles) [Skotlex]
+ * Modified @nuke to invoke skill_cast_nodamage_id instead of the damage_id
+ version (fixes sprite and splash damage for the skill) [Skotlex]
* Fixed char-sql server still reading the old lanconfig format rather than
the new one. [Skotlex]
* Removed water_height.txt reading (since it is always done from the rsw
|