diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-22 13:13:57 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-22 13:13:57 +0000 |
commit | 8127768000292c09723018883029ff8a154acc19 (patch) | |
tree | 4e05695864dbd28dde93f56ec5153123b4895eaa /conf/Changelog.txt | |
parent | f473fd8efada1697eb9e55cc0523801f2bdd629d (diff) | |
download | hercules-8127768000292c09723018883029ff8a154acc19.tar.gz hercules-8127768000292c09723018883029ff8a154acc19.tar.bz2 hercules-8127768000292c09723018883029ff8a154acc19.tar.xz hercules-8127768000292c09723018883029ff8a154acc19.zip |
- Removed hom_setting&02 (ignore skill range) as this was fixed by Gravity some time ago.
- Moved pc_delinvincibletimer from unit_removemap to unit_free as the previous method has a logic glitch that could cause an on-place event to trigger after the on-left event.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12130 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 d0b2caad8..22aca2ff5 100644 --- a/conf/Changelog.txt +++ b/conf/Changelog.txt @@ -1,5 +1,8 @@ Date Added +2008/01/22 + * Removed hom_setting&02 (ignore skill range) as this was fixed by Gravity + some time ago. [Skotlex] 2008/01/13 * Corrected job_knt Mapflags. (bugreport:803) [Samuray22] 2008/01/10 |