summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authorInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-08-21 06:21:44 +0000
committerInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-08-21 06:21:44 +0000
commitad8b21eed7219a457340278ed39642578d48b2eb (patch)
treef6efe58eafbe1ecdb554f888feb8f40bdd6fc1b9 /src/map/status.c
parent8f8f101effc1c7e73af479a5474e59a6ebf3d0d3 (diff)
downloadhercules-ad8b21eed7219a457340278ed39642578d48b2eb.tar.gz
hercules-ad8b21eed7219a457340278ed39642578d48b2eb.tar.bz2
hercules-ad8b21eed7219a457340278ed39642578d48b2eb.tar.xz
hercules-ad8b21eed7219a457340278ed39642578d48b2eb.zip
Added bMagicHPGainValue and bMagicSPGainValue.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14018 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c
index 857a0a7a7..7479b726c 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -1823,6 +1823,8 @@ int status_calc_pc_(struct map_session_data* sd, bool first)
+ sizeof(sd->add_heal2_rate)
+ sizeof(sd->hp_gain_value)
+ sizeof(sd->sp_gain_value)
+ + sizeof(sd->magic_hp_gain_value)
+ + sizeof(sd->magic_sp_gain_value)
+ sizeof(sd->sp_vanish_rate)
+ sizeof(sd->sp_vanish_per)
+ sizeof(sd->unbreakable)