diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index 94155d2..c678501 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -182,7 +182,6 @@ struct map_session_data { unsigned unbreakable_weapon : 1; unsigned unbreakable_armor : 1; unsigned infinite_autospell : 1; - unsigned heal_effect : 1; } special_state; int char_id, login_id1, login_id2, sex; unsigned char tmw_version; // tmw client version |