Initialize Client::Haste

Apparently it was possible to get this value referenced before CalcBonuses was
called leading to bad values being used.
This commit is contained in:
Michael Cook (mackal) 2017-03-31 13:13:28 -04:00
parent 4666c0c050
commit 9f199100e5

View File

@ -176,6 +176,7 @@ Client::Client(EQStreamInterface* ieqs)
client_state = CLIENT_CONNECTING;
Trader=false;
Buyer = false;
Haste = 0;
CustomerID = 0;
TraderID = 0;
TrackingID = 0;