summaryrefslogtreecommitdiff
path: root/src/map/skill.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/skill.c')
-rw-r--r--src/map/skill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/skill.c b/src/map/skill.c
index d4fadd76e..411a4c56a 100644
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -13071,7 +13071,7 @@ int skill_produce_mix (struct map_session_data *sd, int skill_id, int nameid, in
}
if (sd->class_&JOBL_BABY) //if it's a Baby Class
- make_per = (make_per * 70) / 100; //Baby penalty is 30%
+ make_per = (make_per * 50) / 100; //Baby penalty is 50% (bugreport:4847)
if(make_per < 1) make_per = 1;