diff options
author | Valaris <Valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-03 02:10:26 +0000 |
---|---|---|
committer | Valaris <Valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-03 02:10:26 +0000 |
commit | 17f75d4a742e2a6860246ecadfcd974e3ad59064 (patch) | |
tree | 1debcefa69d64ad06aacbca19f40227b6b698f3d /Changelog-Trunk.txt | |
parent | d0bc19a7b5eba41b14599bf92ad87912fd3f44fb (diff) | |
download | hercules-17f75d4a742e2a6860246ecadfcd974e3ad59064.tar.gz hercules-17f75d4a742e2a6860246ecadfcd974e3ad59064.tar.bz2 hercules-17f75d4a742e2a6860246ecadfcd974e3ad59064.tar.xz hercules-17f75d4a742e2a6860246ecadfcd974e3ad59064.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5169 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 21e5642a4..61c9a8af1 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -5,6 +5,7 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EV GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
2006/02/02
+ * Fixed crash in status_change_timer. For some reason the block type switch was removed. [Valaris]
* Crash fix in npc.c npc_timerevent.
was: struct timer_event_data *ted = (struct timer_event_data*)ted;
changed: struct timer_event_data *ted = (struct timer_event_data*)data;
|