diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-24 19:28:58 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-24 19:28:58 +0000 |
commit | dce258e74c03bf55c537ef364c429188a66f49c5 (patch) | |
tree | acc8c5e6d41aef1bbea4badfbd89ec611600ab42 /Changelog-Trunk.txt | |
parent | cf8e76ed2c46cb1fb1b7d41c84610843930bfdaa (diff) | |
download | hercules-dce258e74c03bf55c537ef364c429188a66f49c5.tar.gz hercules-dce258e74c03bf55c537ef364c429188a66f49c5.tar.bz2 hercules-dce258e74c03bf55c537ef364c429188a66f49c5.tar.xz hercules-dce258e74c03bf55c537ef364c429188a66f49c5.zip |
- When the code auto-guesses that a skill should require ammo, it will accept any type of ammo for using it instead of only arrows. Fixes Magnum Break usage on Gunslingers.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8852 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 626e0d350..6612e3f44 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/24
+ * When the code auto-guesses that a skill should require ammo, it will
+ accept any type of ammo for using it instead of only arrows. Fixes Magnum
+ Break usage on Gunslingers. [Skotlex]
2006/09/22
* Probably fixed a signed/unsigned mismatch warning on the new socket code.
[Skotlex]
|