summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/map/mob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c
index 71cf014ba..034aca215 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -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;