- Another mob_summon fix. Slave summoning SHOULD be working now.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5735 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
88541a357c
commit
b258d0485e
@ -2502,7 +2502,7 @@ int mob_summonslave(struct mob_data *md2,int *value,int amount,int skill_id)
|
||||
data.m = md2->bl.m;
|
||||
data.x = md2->bl.x;
|
||||
data.y = md2->bl.y;
|
||||
|
||||
data.num = 1;
|
||||
|
||||
if(mobdb_checkid(value[0]) == 0)
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user