diff --git a/server/gameserver/human.h b/server/gameserver/human.h index 32d532b..e7c0995 100644 --- a/server/gameserver/human.h +++ b/server/gameserver/human.h @@ -60,7 +60,6 @@ class Human : public Entity std::string name; std::string avatar_url; float health = 0.0; - bool dead = false; bool downed = false; bool disconnected = false; int anim_type = 0; @@ -82,7 +81,6 @@ class Human : public Entity bool poisoning = false; long long poisoning_time = 0; int lethal_weapon = 0; - long long dead_frameno = 0; long long join_frameno = 0; int status = 0; float atk_add = 0.0f;