mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-20 00:51: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;
|
client_state = CLIENT_CONNECTING;
|
||||||
Trader=false;
|
Trader=false;
|
||||||
Buyer = false;
|
Buyer = false;
|
||||||
|
Haste = 0;
|
||||||
CustomerID = 0;
|
CustomerID = 0;
|
||||||
TraderID = 0;
|
TraderID = 0;
|
||||||
TrackingID = 0;
|
TrackingID = 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user