summaryrefslogtreecommitdiff
path: root/db/Changelog.txt
diff options
context:
space:
mode:
authorPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-20 14:53:23 +0000
committerPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-20 14:53:23 +0000
commitd797656909b641d32ad5e419987e6ec63a47929c (patch)
treed999bda1fb180e4135bd9cf87c91f80b666b0645 /db/Changelog.txt
parent37a2acc73fd02ebfda500a08e1c0a520504e4303 (diff)
downloadhercules-d797656909b641d32ad5e419987e6ec63a47929c.tar.gz
hercules-d797656909b641d32ad5e419987e6ec63a47929c.tar.bz2
hercules-d797656909b641d32ad5e419987e6ec63a47929c.tar.xz
hercules-d797656909b641d32ad5e419987e6ec63a47929c.zip
* Some more updates to the skill unit code
- renamed SKILLUNITTIMER_INVERVAL to SKILLUNITTIMER_INTERVAL - Heat now depends on the interval settings rather than firewall_hits_on_undead - if you want Heat to do more or less hits you can now change the interval value in the skill_unit_db.txt (official+default: 20ms) - Icewall doesn't break anymore when the SKILLUNITTIMER_INTERVAL gets changed git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11526 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/Changelog.txt')
-rw-r--r--db/Changelog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt
index 3459601aa..017680eaf 100644
--- a/db/Changelog.txt
+++ b/db/Changelog.txt
@@ -32,6 +32,9 @@
13034 Desert_Twilight Small chance to activate max Attack Speed for 7 seconds.
=======================
+10/20
+ * Changed interval of Heat to 20ms [Playtester]
+ - you can change this now if you want Heat to do more or less hits
10/19
* Updated some new cards for testing purposes [Playtester]
* Fixed some typos and updated Atroce Card [Playtester]