From 560fb33ed7fc650fd7f5a4e5f4eec423202ca6d5 Mon Sep 17 00:00:00 2001 From: Inkfish Date: Fri, 29 May 2009 12:21:59 +0000 Subject: * Added new bonuses bHealPower and bHealPower2. * Heal skills code clean up. - bSkillHeal can affect offensive heal now. - bSkillHeal2 can affect AppleIdun and SlimPitcher now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13820 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/status.c') diff --git a/src/map/status.c b/src/map/status.c index a71164736..75387b9af 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -1806,6 +1806,8 @@ int status_calc_pc_(struct map_session_data* sd, bool first) + sizeof(sd->splash_range) + sizeof(sd->splash_add_range) + sizeof(sd->add_steal_rate) + + sizeof(sd->add_heal_rate) + + sizeof(sd->add_heal2_rate) + sizeof(sd->hp_gain_value) + sizeof(sd->sp_gain_value) + sizeof(sd->sp_vanish_rate) -- cgit v1.2.3-70-g09d2