summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-22 15:58:49 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-22 15:58:49 +0000
commite03b9539e56c360d9af30c9de2ccdea680ee6eea (patch)
treef8ff151d9e150c0283becc5a52db6e70b031a63d /Changelog-Trunk.txt
parent56e909438c6cf5011eb8ccdbcf0052d79de9d620 (diff)
downloadhercules-e03b9539e56c360d9af30c9de2ccdea680ee6eea.tar.gz
hercules-e03b9539e56c360d9af30c9de2ccdea680ee6eea.tar.bz2
hercules-e03b9539e56c360d9af30c9de2ccdea680ee6eea.tar.xz
hercules-e03b9539e56c360d9af30c9de2ccdea680ee6eea.zip
- Fixed a pair of compilation logic errors.
- status_get_sc_tick will now use directly Stun's formula rather than invoking the status sc chance once. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6697 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 6ebe83c77..fbaa05873 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,8 @@ 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/05/22
+ * status_get_sc_tick will now use directly Stun's formula rather than
+ invoking the status sc chance once. [Skotlex]
* Fixed a possible null pointer in script command misc_effect [Skotlex]
* Modified Investigate to take into consideration final def/vit-def rather
than base values for damage adjustment. [Skotlex]