summaryrefslogtreecommitdiff
path: root/src/map/npc.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-27 16:28:00 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-27 16:28:00 +0000
commit3e29ca7edd4e8618fa24e6a2c65e35a3baeddad8 (patch)
treed4c0a477d799150cc8ca2de0a986bd4a7adc2275 /src/map/npc.h
parente5f192830eb4334ba335872062618961952ca38e (diff)
downloadhercules-3e29ca7edd4e8618fa24e6a2c65e35a3baeddad8.tar.gz
hercules-3e29ca7edd4e8618fa24e6a2c65e35a3baeddad8.tar.bz2
hercules-3e29ca7edd4e8618fa24e6a2c65e35a3baeddad8.tar.xz
hercules-3e29ca7edd4e8618fa24e6a2c65e35a3baeddad8.zip
- Changed npc_click declaration to receive an npc structure rather than a generic block-list one.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7925 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/npc.h')
-rw-r--r--src/map/npc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/npc.h b/src/map/npc.h
index e0d960211..8e8949cc5 100644
--- a/src/map/npc.h
+++ b/src/map/npc.h
@@ -41,7 +41,7 @@ int npc_timer_event(const unsigned char *eventname); // Added by RoVeRT
int npc_command(struct map_session_data *sd,const unsigned char *npcname,char *command);
int npc_touch_areanpc(struct map_session_data *,int,int,int);
int npc_touch_areanpc2(struct block_list *bl); // [Skotlex]
-int npc_click(struct map_session_data *sd,struct block_list *bl);
+int npc_click(struct map_session_data *sd,struct npc_data *nd);
int npc_scriptcont(struct map_session_data *,int);
TBL_NPC *npc_checknear(struct map_session_data *sd,struct block_list *bl);
int npc_checknear2(struct map_session_data *sd,struct block_list *bl);