summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-26 20:21:56 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-26 20:21:56 +0000
commit6f618da64a31933954f3f5cbe8b3608d16681ed1 (patch)
tree7988eabfe90c65ec567d27c35127389954f97c8c /Changelog-Trunk.txt
parent7663ec43d2d64f7690e70f49cf66765b9a41f11e (diff)
downloadhercules-6f618da64a31933954f3f5cbe8b3608d16681ed1.tar.gz
hercules-6f618da64a31933954f3f5cbe8b3608d16681ed1.tar.bz2
hercules-6f618da64a31933954f3f5cbe8b3608d16681ed1.tar.xz
hercules-6f618da64a31933954f3f5cbe8b3608d16681ed1.zip
- Cleaned up some the mob skill use code. The skill re-use delay is set at the time the skill is used rather than when it finishes casting. The invalid target check was also moved to the mob skill db reading function.
- Skills can be used now when the autoskill menu is open (since there's no packet sent by the client when you hit on cancel) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10074 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 814a26616..5b81d4c0e 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,11 @@ 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.
2007/03/27
+ * Cleaned up some the mob skill use code. The skill re-use delay is set at
+ the time the skill is used rather than when it finishes casting. The
+ invalid target check was also moved to the mob skill db reading function.
+ * Skills can be used now when the autoskill menu is open (since there's no
+ packet sent by the client when you hit on cancel). [Skotlex]
* Added some svn:ignore properties [Toms]
* Solved console plugins compilation error [Toms]
* Changed MAX_LEVEL to the standard value 99. Memory consumption-= 55MB.