From d7c7784e6328f5467b049e13d4bedaeaef57f495 Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 6 Sep 2006 23:12:18 +0000 Subject: - Fixed the memset in status_calc_pc, corrects some mysterious bugs such as item-drop bonuses suddenly not working anymore. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8658 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 4b05b494e..352d0da62 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -1674,6 +1674,8 @@ int status_calc_pc(struct map_session_data* sd,int first) + sizeof(sd->hp_loss_type) + sizeof(sd->hp_gain_value) + sizeof(sd->sp_gain_value) + + sizeof(sd->sp_vanish_rate) + + sizeof(sd->sp_vanish_per) + sizeof(sd->add_drop_count) + sizeof(sd->unbreakable) + sizeof(sd->unbreakable_equip) -- cgit v1.2.3-70-g09d2