diff --git a/src/map/pc.hpp b/src/map/pc.hpp index e51d999d71..3308b9fd2f 100644 --- a/src/map/pc.hpp +++ b/src/map/pc.hpp @@ -472,8 +472,8 @@ struct map_session_data { short splash_range, splash_add_range; short add_steal_rate; - short add_heal_rate, add_heal2_rate; - short sp_gain_value, hp_gain_value, magic_sp_gain_value, magic_hp_gain_value; + int add_heal_rate, add_heal2_rate; + int sp_gain_value, hp_gain_value, magic_sp_gain_value, magic_hp_gain_value; short sp_vanish_rate, hp_vanish_rate; short sp_vanish_per, hp_vanish_per; unsigned short unbreakable; // chance to prevent ANY equipment breaking [celest]