mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 22:01:30 +00:00
[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:
parent
67b03b4e31
commit
9009a7aa23
@ -310,8 +310,6 @@ Client::Client(EQStreamInterface *ieqs) : Mob(
|
||||
HideCorpseMode = HideCorpseNone;
|
||||
PendingGuildInvitation = false;
|
||||
|
||||
current_endurance = 0;
|
||||
|
||||
InitializeBuffSlots();
|
||||
|
||||
adventure_request_timer = nullptr;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user