diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-26 11:20:38 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-26 11:20:38 +0000 |
commit | 8ca00fc7e0e1457b1cb1537e2caeefa150344360 (patch) | |
tree | b6818621e3485148c6adf755afd0dae24c1e8575 /Changelog.txt | |
parent | 317ba93ee42b32c369f7aa7f669f4acb3ac72e60 (diff) | |
download | hercules-8ca00fc7e0e1457b1cb1537e2caeefa150344360.tar.gz hercules-8ca00fc7e0e1457b1cb1537e2caeefa150344360.tar.bz2 hercules-8ca00fc7e0e1457b1cb1537e2caeefa150344360.tar.xz hercules-8ca00fc7e0e1457b1cb1537e2caeefa150344360.zip |
Added status_get_sc_def for calculating resistance against status abnormalities
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@997 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r-- | Changelog.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt index 102db3014..e2f59af3f 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,6 +1,8 @@ Date Added 01/26 + * Added status_get_sc_def for calculating resistance against status + abnormalities [celest] * Added status.c and status.h of jA 1091 update and moved some functions into the new source files: -- skill_status_change_ -> status_change_ |