diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-24 23:18:08 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-24 23:18:08 +0000 |
commit | 50af381687c3a2e866f131368f48eb760cd40d9e (patch) | |
tree | a9d4bad19dcf351cb8a939b9a638324933b30714 /src/map/clif.c | |
parent | 3731a2ee949a424941f46a653525fcd4bfca0e3f (diff) | |
download | hercules-50af381687c3a2e866f131368f48eb760cd40d9e.tar.gz hercules-50af381687c3a2e866f131368f48eb760cd40d9e.tar.bz2 hercules-50af381687c3a2e866f131368f48eb760cd40d9e.tar.xz hercules-50af381687c3a2e866f131368f48eb760cd40d9e.zip |
* Added temporary code to track and prevent the multiple remove_map's that appear to be happening.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12430 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 553675939..ea2270024 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -7813,6 +7813,7 @@ void clif_parse_LoadEndAck(int fd,struct map_session_data *sd) if (map[sd->bl.m].users++ == 0 && battle_config.dynamic_mobs) //Skotlex map_spawnmobs(sd->bl.m); + sd->state.debug_remove_map = 0; // temporary state to track double remove_map's [FlavioJS] map_addblock(&sd->bl); clif_spawn(&sd->bl); |