summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-21 20:34:37 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-21 20:34:37 +0000
commit53d34018d92d1ec1c1dd1fc79b59f151ea571eb3 (patch)
treea2024546f505ef5c56a468ef424d6504cae8588f /Changelog-Trunk.txt
parent80f9698540a1e79b386b5c6863d0a412067c7086 (diff)
downloadhercules-53d34018d92d1ec1c1dd1fc79b59f151ea571eb3.tar.gz
hercules-53d34018d92d1ec1c1dd1fc79b59f151ea571eb3.tar.bz2
hercules-53d34018d92d1ec1c1dd1fc79b59f151ea571eb3.tar.xz
hercules-53d34018d92d1ec1c1dd1fc79b59f151ea571eb3.zip
- battle_check_target will now tag homunculus as invalid target when the source is a skill-type object.
- Added a check on pc_equipitem so that when the client specifies to equip a weapon on the right hand when the left hand is available, the weapon will be sent to the left hand instead (when dual-wielding is possible, obviously). Same for the left/right accessories. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7816 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index a1897c997..b11425093 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,12 @@ 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/21
+ * battle_check_target will now tag homunculus as invalid target when the
+ source is a skill-type object. [Skotlex]
+ * Added a check on pc_equipitem so that when the client specifies to equip
+ a weapon on the right hand when the left hand is available, the weapon will
+ be sent to the left hand instead (when dual-wielding is possible,
+ obviously). Same for the left/right accessories. [Skotlex]
* Added the necessary checks so that Suiton makes Fogwall have double
duration, and to make water-requiring skills to consume their cells.
[Skotlex]