diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-02-18 18:15:31 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-02-18 18:15:31 +0000 |
commit | b687d790d516bf46dd03767f0e479b4a6a41eac2 (patch) | |
tree | bbe7f0bfd5049093d03d85e6e5c0e18d9c082762 /src/map/status.c | |
parent | 54d59b3f91a08ffc70e6a2f22776a1de25f89d93 (diff) | |
download | hercules-b687d790d516bf46dd03767f0e479b4a6a41eac2.tar.gz hercules-b687d790d516bf46dd03767f0e479b4a6a41eac2.tar.bz2 hercules-b687d790d516bf46dd03767f0e479b4a6a41eac2.tar.xz hercules-b687d790d516bf46dd03767f0e479b4a6a41eac2.zip |
Added 2 new item bonuses as per kenpachi's request:
- bonus2 bHPGainRaceAttack
- bonus2 bSPGainRaceAttack
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15608 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 dc0d8fdb2..3c3c8248f 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -2103,6 +2103,8 @@ int status_calc_pc_(struct map_session_data* sd, bool first) + sizeof(sd->ignore_def) + sizeof(sd->itemgrouphealrate) + sizeof(sd->sp_gain_race) + + sizeof(sd->sp_gain_race_attack) + + sizeof(sd->hp_gain_race_attack) ); memset (&sd->right_weapon.overrefine, 0, sizeof(sd->right_weapon) - sizeof(sd->right_weapon.atkmods)); |