mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
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:
parent
4666c0c050
commit
9f199100e5
@ -176,6 +176,7 @@ Client::Client(EQStreamInterface* ieqs)
|
||||
client_state = CLIENT_CONNECTING;
|
||||
Trader=false;
|
||||
Buyer = false;
|
||||
Haste = 0;
|
||||
CustomerID = 0;
|
||||
TraderID = 0;
|
||||
TrackingID = 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user