summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-06 19:11:33 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-06 19:11:33 +0000
commit7afdfd0b4b60c52af9f4e488bb1208a426a5bddc (patch)
treee2544ee1f7559240071e202812cc901ff7d7bf54 /Changelog-Trunk.txt
parentf0fa9794bcdde0b1402bb7a7256265f59bbd7313 (diff)
downloadhercules-7afdfd0b4b60c52af9f4e488bb1208a426a5bddc.tar.gz
hercules-7afdfd0b4b60c52af9f4e488bb1208a426a5bddc.tar.bz2
hercules-7afdfd0b4b60c52af9f4e488bb1208a426a5bddc.tar.xz
hercules-7afdfd0b4b60c52af9f4e488bb1208a426a5bddc.zip
- Added no_skill_delay setting, when set, affected object types will have the minimum skill delay for all skills.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7551 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 be9dac276..aff2322e8 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/07/06
+ * Added no_skill_delay setting, when set, affected object types will have
+ the minimum skill delay for all skills. Defaults to mobs, since they
+ don't have skill delays. [Skotlex]
* Cleaned up pc_equipitem. When dual wielding or equipping accessories, if
the client actually specifies one of the two positions, it will be taken
into account (now, does the client actually does this?) [Skotlex]