diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-20 21:05:12 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-20 21:05:12 +0000 |
commit | 7ad5e84ef5c3c3d1192f07ee77a5a7d04a94c3bf (patch) | |
tree | 2e7149310776cfa9c9c6e55288db933f85421cd3 /Changelog-Trunk.txt | |
parent | 2a0f10a6f77e1df9490f0181fb84f91e7591c412 (diff) | |
download | hercules-7ad5e84ef5c3c3d1192f07ee77a5a7d04a94c3bf.tar.gz hercules-7ad5e84ef5c3c3d1192f07ee77a5a7d04a94c3bf.tar.bz2 hercules-7ad5e84ef5c3c3d1192f07ee77a5a7d04a94c3bf.tar.xz hercules-7ad5e84ef5c3c3d1192f07ee77a5a7d04a94c3bf.zip |
- Added pc_check_weapontype to do a proper skill weapon check that takes into account dual-wielding. That is, if a skill can be used with daggers/axes, you'll be able to use the skill when dual-wielding them.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7779 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 5e018e51f..f1fc39d82 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/07/20
+ * Added pc_check_weapontype to do a proper skill weapon check that takes
+ into account dual-wielding. That is, if a skill can be used with
+ daggers/axes, you'll be able to use the skill when dual-wielding them.
+ [Skotlex]
* Corrected Cloaking level 1-2 not letting you move across walls. [Skotlex]
* updated cloaking code so that when you set "enable cloaking without
walls", the code will consider you as "always next to a wall", thus you get
|