summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-13 17:32:47 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-13 17:32:47 +0000
commit30ca43b9befcb2662d32eba4d8cff76b114203fe (patch)
tree37984b12320fc3e90536f9b506b91483da341c70 /Changelog-Trunk.txt
parentdc2e94dba8a7d0a894456ac03262f14c5a9090ca (diff)
downloadhercules-30ca43b9befcb2662d32eba4d8cff76b114203fe.tar.gz
hercules-30ca43b9befcb2662d32eba4d8cff76b114203fe.tar.bz2
hercules-30ca43b9befcb2662d32eba4d8cff76b114203fe.tar.xz
hercules-30ca43b9befcb2662d32eba4d8cff76b114203fe.zip
- Required Weapon, ammo, and skill state are now only checked on begin casting, instead of both on begin and end casting.
- Now when autoguessing ammo consumption, the amount of ammo required is always one (making it require HIT number of arrows was rather high for things like Sonic Blows, specially when things like Arrow Vulcan only consume one arrow) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9861 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index f94519045..2db766703 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,9 @@ 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.
+2007/02/13
+ * Required Weapon, ammo, and skill state are now only checked on begin
+ casting, instead of both on begin and end casting.
2007/02/12
* Fixed Resurrect Homunculus and Wedding skills failing. [Skotlex]
* A bit more work on Ticket #41.