diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-26 13:59:21 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-26 13:59:21 +0000 |
commit | db4bf8d09b97e6320374a6162815c03952624eea (patch) | |
tree | f73c611523908e6a58653ad3e83b0bc2e3d4dc8b /Changelog-Trunk.txt | |
parent | 4fa74f63b163da3defdf22c7135b91cb6acfdcf0 (diff) | |
download | hercules-db4bf8d09b97e6320374a6162815c03952624eea.tar.gz hercules-db4bf8d09b97e6320374a6162815c03952624eea.tar.bz2 hercules-db4bf8d09b97e6320374a6162815c03952624eea.tar.xz hercules-db4bf8d09b97e6320374a6162815c03952624eea.zip |
- Updated battle_check_target so that non-offensive skills cannot be used on a homun except for the homun and it's master.
- Steal zeny won't work on treasure chests now.
- Small optimization in the dual-wielding check.
- Some cleaning in char_sql/itemdb.c
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8875 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 0536cbfa7..5c0d28ccf 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,10 @@ 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/09/26
+ * Updated battle_check_target so that non-offensive skills cannot be used
+ on a homun except for the homun and it's master. [Skotlex]
+ * Steal zeny won't work on treasure chests now. [Skotlex]
2006/09/25
* Added an ugly check so that Heal will display 0 when healing a berserked
character (and it will again display full heal amount when healing a player
|