summaryrefslogtreecommitdiff
path: root/src/map/skill.c
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-08-01 07:05:16 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-08-01 07:05:16 +0000
commita50c6281bbad73cd4155cbf55af4c899c9e2d1ea (patch)
tree8161ab2ccedc1fcbdac2f719c3f530bf73b9ed1d /src/map/skill.c
parent21dbc498aa93746cc8aaf38b7362a58c71addb84 (diff)
downloadhercules-a50c6281bbad73cd4155cbf55af4c899c9e2d1ea.tar.gz
hercules-a50c6281bbad73cd4155cbf55af4c899c9e2d1ea.tar.bz2
hercules-a50c6281bbad73cd4155cbf55af4c899c9e2d1ea.tar.xz
hercules-a50c6281bbad73cd4155cbf55af4c899c9e2d1ea.zip
Removed unused guardian hp columns from the guild castles table in main.sql (should have been done in r11915).
Corrected incorrect use of the datetime column in the `login` table (bugreport:1962). Refreshed txt account savefile. Cleaned up some random minor source code glitches. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13030 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 e0dddd1f3..8e5b64b64 100644
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -10220,7 +10220,7 @@ int skill_produce_mix (struct map_session_data *sd, int skill_id, int nameid, in
if(battle_config.wp_rate != 100)
make_per = make_per * battle_config.wp_rate / 100;
}
-// - Baby Class Penalty = 80% (from adult's chance) ----//
+
if (sd->class_&JOBL_BABY) //if it's a Baby Class
make_per = (make_per * 70) / 100; //Baby penalty is 30%