diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-26 07:16:47 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-26 07:16:47 +0000 |
commit | 9befe305370ddcc177ca36f1d4d6c295ddfb7533 (patch) | |
tree | 78136667031cc9c59a011db60b60bab5bab88f87 /conf/Changelog.txt | |
parent | ab7aaa8732cebbd42348b04647d55d30162b97b7 (diff) | |
download | hercules-9befe305370ddcc177ca36f1d4d6c295ddfb7533.tar.gz hercules-9befe305370ddcc177ca36f1d4d6c295ddfb7533.tar.bz2 hercules-9befe305370ddcc177ca36f1d4d6c295ddfb7533.tar.xz hercules-9befe305370ddcc177ca36f1d4d6c295ddfb7533.zip |
- Removed the config setting firewall_hits_on_undead setting, Firewall and kaensin now automatically calculate the number of hits they should do per iteration based on the skill trigger frequency (you may want to raise that delay of 1ms in the db, though)
- Cleaned a bit the loop for the Warmth skills.
- Added a mising pc_class2idx invocation (fixes a very minor bug when you request max skill lv for a skill in your tree with different max than the skill_db max)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11578 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/Changelog.txt')
-rw-r--r-- | conf/Changelog.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/Changelog.txt b/conf/Changelog.txt index d998a5d1d..16f89f004 100644 --- a/conf/Changelog.txt +++ b/conf/Changelog.txt @@ -1,5 +1,8 @@ Date Added +2007/10/26 + * Removed the config setting firewall_hits_on_undead setting. The code + handles this now using the delay defined in skill_unit_db. [Skotlex] 2007/10/23 * Rev. 11559 Added Arunafeltz State WoE maps. [L0ne_W0lf] 2007/10/22 |