From 9009a7aa2338508e0fefd4fc3fdff06094f02fab Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Wed, 5 Apr 2023 10:23:20 -0400 Subject: [PATCH] [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. --- zone/client.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/zone/client.cpp b/zone/client.cpp index af91fd474..fc6cdbb9c 100644 --- a/zone/client.cpp +++ b/zone/client.cpp @@ -310,8 +310,6 @@ Client::Client(EQStreamInterface *ieqs) : Mob( HideCorpseMode = HideCorpseNone; PendingGuildInvitation = false; - current_endurance = 0; - InitializeBuffSlots(); adventure_request_timer = nullptr;