mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 02:11:30 +00:00
[Cleanup] Remove unused client queued work variable in client.cpp/client.h (#3034)
# Notes - This is unused.
This commit is contained in:
parent
a4d6509e6d
commit
14f01dc2d7
@ -239,7 +239,6 @@ Client::Client(EQStreamInterface *ieqs) : Mob(
|
|||||||
casting_spell_id = 0;
|
casting_spell_id = 0;
|
||||||
npcflag = false;
|
npcflag = false;
|
||||||
npclevel = 0;
|
npclevel = 0;
|
||||||
pQueuedSaveWorkID = 0;
|
|
||||||
position_update_same_count = 0;
|
position_update_same_count = 0;
|
||||||
fishing_timer.Disable();
|
fishing_timer.Disable();
|
||||||
dead_timer.Disable();
|
dead_timer.Disable();
|
||||||
|
|||||||
@ -1773,7 +1773,6 @@ private:
|
|||||||
bool medding;
|
bool medding;
|
||||||
uint16 horseId;
|
uint16 horseId;
|
||||||
bool revoked;
|
bool revoked;
|
||||||
uint32 pQueuedSaveWorkID;
|
|
||||||
uint16 pClientSideTarget;
|
uint16 pClientSideTarget;
|
||||||
uint32 weight;
|
uint32 weight;
|
||||||
bool berserk;
|
bool berserk;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user