diff options
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index c219c8f45..c1102d514 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -275,7 +275,7 @@ 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; + short sp_gain_value, hp_gain_value, magic_sp_gain_value, magic_hp_gain_value; short sp_vanish_rate; short sp_vanish_per; unsigned short unbreakable; // chance to prevent ANY equipment breaking [celest] |