summaryrefslogtreecommitdiff
path: root/src/map/instance.c
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-31 17:46:20 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-31 17:46:20 +0000
commit7f6e5c44ff309f0ff04a17e0249631b0acfb4389 (patch)
tree4fba0a18c20a43fc71362380c0e80aaa0d883e7f /src/map/instance.c
parent09f8a1dfa523f9574aa7f4003fb32cb39f18f29c (diff)
downloadhercules-7f6e5c44ff309f0ff04a17e0249631b0acfb4389.tar.gz
hercules-7f6e5c44ff309f0ff04a17e0249631b0acfb4389.tar.bz2
hercules-7f6e5c44ff309f0ff04a17e0249631b0acfb4389.tar.xz
hercules-7f6e5c44ff309f0ff04a17e0249631b0acfb4389.zip
Fixed bugreport:5804 Instances no longer leave "broken" timers behind. Instances also will destroy themselves upon @reloadscript since they break at that.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16183 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/instance.c')
-rw-r--r--src/map/instance.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/instance.c b/src/map/instance.c
index 44b735518..9d0b8246e 100644
--- a/src/map/instance.c
+++ b/src/map/instance.c
@@ -323,6 +323,9 @@ void instance_del_map(int m)
map_removemapdb(&map[m]);
memset(&map[m], 0x00, sizeof(map[0]));
+
+ /* for it is default and makes it not try to delete a non-existent timer since we did not delete this entry. */
+ map[m].mob_delete_timer = INVALID_TIMER;
}
/*--------------------------------------