diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-24 01:29:00 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-24 01:29:00 +0000 |
commit | b1bd67d1bd69026eb3621135120fe898907368e4 (patch) | |
tree | 14b68ae94aa7cab2ce12a72e22a044b0b1aa1479 /src/map/status.c | |
parent | 994c3f6cf2e8a1a5b531340df3ab713cf176b854 (diff) | |
download | hercules-b1bd67d1bd69026eb3621135120fe898907368e4.tar.gz hercules-b1bd67d1bd69026eb3621135120fe898907368e4.tar.bz2 hercules-b1bd67d1bd69026eb3621135120fe898907368e4.tar.xz hercules-b1bd67d1bd69026eb3621135120fe898907368e4.zip |
Corrected change r10051 which prevented Ice Pick from working
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10063 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/map/status.c b/src/map/status.c index 58e696f37..04cc07144 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -1673,6 +1673,8 @@ int status_calc_pc(struct map_session_data* sd,int first) + sizeof(sd->long_attack_def_rate) + sizeof(sd->magic_def_rate) + sizeof(sd->misc_def_rate) + + sizeof(sd->ignore_mdef_ele) + + sizeof(sd->ignore_mdef_race) + sizeof(sd->perfect_hit) + sizeof(sd->perfect_hit_add) + sizeof(sd->get_zeny_rate) @@ -1712,9 +1714,6 @@ int status_calc_pc(struct map_session_data* sd,int first) + sizeof(sd->add_mdef_count) + sizeof(sd->add_dmg_count) + sizeof(sd->add_mdmg_count) - // chars - + sizeof(sd->ignore_mdef_ele) - + sizeof(sd->ignore_mdef_race) ); // Parse equipment. |