- Removed return from CALLBACK_ASSIST
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7205 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
68a5b7bea5
commit
d79df825cd
@ -946,10 +946,8 @@ static int mob_ai_sub_hard_slavemob(struct mob_data *md,unsigned int tick)
|
||||
tbl = NULL;
|
||||
}
|
||||
if (tbl && status_check_skilluse(&md->bl, tbl, 0, 0)) {
|
||||
if(md->nd){
|
||||
if(md->nd)
|
||||
mob_script_callback(md, bl, CALLBACK_ASSIST);
|
||||
return 0;
|
||||
}
|
||||
md->target_id=tbl->id;
|
||||
md->min_chase=md->db->range3+distance_bl(&md->bl, tbl);
|
||||
if(md->min_chase>MAX_MINCHASE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user