summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-18 15:36:00 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-18 15:36:00 +0000
commitba0872fe48a8b9d78358e58f52483740d17de7c7 (patch)
tree705eecb263bc7c63b7d24dda85ecaf5634f65cf8 /Changelog-Trunk.txt
parentf725525727f76fac8643b8953bb00ec73e320d24 (diff)
downloadhercules-ba0872fe48a8b9d78358e58f52483740d17de7c7.tar.gz
hercules-ba0872fe48a8b9d78358e58f52483740d17de7c7.tar.bz2
hercules-ba0872fe48a8b9d78358e58f52483740d17de7c7.tar.xz
hercules-ba0872fe48a8b9d78358e58f52483740d17de7c7.zip
- Moved the equipment/card resistances to status ailments outside of status_get_sc_def, so that they are applied only to rate, not duration.
- Due to this, the max sc resistance settings (battle/status.conf) no longer apply to equipment/card-granted resistances. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8795 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 3a7cc966e..bdbfdc111 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -5,6 +5,9 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/09/18
+ * Moved the equipment/card resistances to status ailments outside of
+ status_get_sc_def, so that they are applied only to rate, not duration.
+ [Skotlex]
* Modified the Asura code (again), hopefully movement sprite issues are
fixed now [Skotlex]
* @reloadscript scripts will no longer eliminate mobs with no respawn data.