From 4b9deaad37eb140bc7e55b1caf82e4512f476075 Mon Sep 17 00:00:00 2001 From: Lance Date: Sun, 18 Jun 2006 02:42:41 +0000 Subject: * [Removed]: - Large part of scripted mob control commands are removed. - Large part of scripted player control commands are removed. - Scripted mob slaves changing master ID. [Added]: - Unit control commands. - CALLBACK_NPCCLICK for scripted mobs, added this to db/const.txt too. - Macro RECURSIVE_MASTER_CHECK in battle.c [Modified]: - buildin_skilluseid and buildin_skillusepos -> buildin_unitskilluseid and buildin_unitskillusepos. - md->callback_flag to short (double word). [Lance] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7233 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/map.h') diff --git a/src/map/map.h b/src/map/map.h index dae831ab5..6babe9883 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -874,7 +874,7 @@ struct mob_data { int master_id,master_dist; struct npc_data *nd; - unsigned char callback_flag; + unsigned short callback_flag; short skillidx; unsigned int skilldelay[MAX_MOBSKILL]; -- cgit v1.2.3-70-g09d2