summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-07 17:59:25 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-07 17:59:25 +0000
commit8fd7ea9e4f38bd02b99e4fa42fc2003390a25adc (patch)
tree3298beebedd59756a671560128b7ce1e4d9b78ea /Changelog-Trunk.txt
parentf11b8f4bb3b1c047e0b1dfc9585f5b6c49ee8f65 (diff)
downloadhercules-8fd7ea9e4f38bd02b99e4fa42fc2003390a25adc.tar.gz
hercules-8fd7ea9e4f38bd02b99e4fa42fc2003390a25adc.tar.bz2
hercules-8fd7ea9e4f38bd02b99e4fa42fc2003390a25adc.tar.xz
hercules-8fd7ea9e4f38bd02b99e4fa42fc2003390a25adc.zip
- Fixed the sleep timers not being removed when the an npc was being unloaded and when reloading scripts.
Ref: http://www.eathena.ws/board/index.php?showtopic=131464 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9629 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 e38aab2d7..54da5ccc4 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.
2007/01/07
+ * Fixed the sleep timers not being removed when the an npc was being
+ unloaded and when reloading scripts. [FlavioJS]
* Updated the documentation to match the agitcheck() behavior
* Undid the memset->malloc_set replacement
(let's be compatible and leave such optimizations to system devs, ok?)