[Cleanup] Remove last_max_hp from mob.h (#3063)

# Notes
- This is unused.
This commit is contained in:
Alex King 2023-03-16 20:23:11 -04:00 committed by GitHub
parent db7e8241ac
commit b73c2016cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1771,7 +1771,6 @@ protected:
int8 last_hp_percent;
int32 last_hp;
int32 last_max_hp;
int cur_wp;
glm::vec4 m_CurrentWayPoint;