From f1af15f7af3118a718a2a2ea02156e778b96a16f Mon Sep 17 00:00:00 2001 From: Lance Date: Sat, 17 Jun 2006 07:48:10 +0000 Subject: * [Added]: - buildin_checkcell, buildin_mobwarp, buildin_pcattack. * [Improved]: - buildin_skilluseid and buildin_skillusepos to accept a few more arguments. - mob_script_callback to return sucess value. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7219 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mob.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/mob.h') diff --git a/src/map/mob.h b/src/map/mob.h index 34b3988ad..04d4df8f2 100644 --- a/src/map/mob.h +++ b/src/map/mob.h @@ -35,7 +35,7 @@ #define CALLBACK_WALKACK 0x02 #define CALLBACK_WARPACK 0x01 -void mob_script_callback(struct mob_data *md, struct block_list *target, unsigned char action_type); +int mob_script_callback(struct mob_data *md, struct block_list *target, unsigned char action_type); struct mob_skill { short state; -- cgit v1.2.3-60-g2f50