diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-08-21 06:21:44 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-08-21 06:21:44 +0000 |
commit | ad8b21eed7219a457340278ed39642578d48b2eb (patch) | |
tree | f6efe58eafbe1ecdb554f888feb8f40bdd6fc1b9 /src/map/status.c | |
parent | 8f8f101effc1c7e73af479a5474e59a6ebf3d0d3 (diff) | |
download | hercules-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.c | 2 |
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) |