From 65e4adfc4f90aa087b7cde089029636257761a36 Mon Sep 17 00:00:00 2001 From: Fate Date: Wed, 17 Jun 2009 19:37:01 +0000 Subject: Added extra checks to ensure spell invocations aren't incorrectly deleted --- src/map/map.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/map.h') diff --git a/src/map/map.h b/src/map/map.h index c678501..ceb3bbf 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -667,8 +667,8 @@ int map_countnearpc(int,int,int); int map_count_oncell(int m,int x,int y); // 一時的object関連 int map_addobject(struct block_list *); -int map_delobject(int); -int map_delobjectnofree(int id); +int map_delobject(int, int type); +int map_delobjectnofree(int id, int type); void map_foreachobject(int (*)(struct block_list*,va_list),int,...); // int map_quit(struct map_session_data *); -- cgit v1.2.3-60-g2f50