[Cleanup] Remove extra assignment of current_endurance in Client ctor (#3261)

# Notes
- We already assign `current_endurance` to `0`, no need to do it again.
This commit is contained in:
Alex King 2023-04-05 10:23:20 -04:00 committed by GitHub
parent 67b03b4e31
commit 9009a7aa23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -310,8 +310,6 @@ Client::Client(EQStreamInterface *ieqs) : Mob(
HideCorpseMode = HideCorpseNone;
PendingGuildInvitation = false;
current_endurance = 0;
InitializeBuffSlots();
adventure_request_timer = nullptr;