From 6aab03b220d3d65be71f56b4ff77ac4fa261571b Mon Sep 17 00:00:00 2001 From: ultramage Date: Mon, 14 Jan 2008 11:34:59 +0000 Subject: Applied a temp patch to make some npc-executed atcommands work again (bugreport:790). Added support for right-click-gm-menu kicking NPC objects. Removed redundant function npc_checknear2(). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12073 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/npc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/map/npc.h') diff --git a/src/map/npc.h b/src/map/npc.h index f74575368..087d34d40 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -48,7 +48,6 @@ int npc_check_areanpc(int flag, int m, int x, int y, int range); int npc_click(struct map_session_data* sd, struct npc_data* nd); int npc_scriptcont(struct map_session_data* sd, int id); struct npc_data* npc_checknear(struct map_session_data* sd, struct block_list* bl); -int npc_checknear2(struct map_session_data* sd, struct block_list* bl); int npc_buysellsel(struct map_session_data* sd, int id, int type); int npc_buylist(struct map_session_data* sd,int n, unsigned short* item_list); int npc_selllist(struct map_session_data* sd, int n, unsigned short* item_list); -- cgit v1.2.3-70-g09d2