summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-31 14:46:56 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-31 14:46:56 +0000
commit9709434856f4e5ff3bf803d01c0bcf7a4811cc2d (patch)
treec8d549e905f42ae48146045f5e3f92378d10b880 /Changelog-Trunk.txt
parente25963f4562516f4b4aada3983af567f81555165 (diff)
downloadhercules-9709434856f4e5ff3bf803d01c0bcf7a4811cc2d.tar.gz
hercules-9709434856f4e5ff3bf803d01c0bcf7a4811cc2d.tar.bz2
hercules-9709434856f4e5ff3bf803d01c0bcf7a4811cc2d.tar.xz
hercules-9709434856f4e5ff3bf803d01c0bcf7a4811cc2d.zip
- Added setting attack_walk_delay which specifies whether a character should (or not) be able to move inmediately after starting a normal attack (battle.conf). Defaults to 0 since that's what Aegis uses.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8561 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 a87ba6b0e..b20276494 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,9 @@ 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/08/31
+ * Added setting attack_walk_delay which specifies whether a character
+ should (or not) be able to move inmediately after starting a normal attack
+ (battle.conf). Defaults to 0 since that's what Aegis uses. [Skotlex]
* Fixed @summon's delete timer being screwed up. [Skotlex]
* Cleaned up a bit the summon script command. [Skotlex]
* Fixed the clone script command's delete-timer being screwed up. [Skotlex]