mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +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;
|
||||
npcflag = false;
|
||||
npclevel = 0;
|
||||
pQueuedSaveWorkID = 0;
|
||||
position_update_same_count = 0;
|
||||
fishing_timer.Disable();
|
||||
dead_timer.Disable();
|
||||
|
||||
@ -1773,7 +1773,6 @@ private:
|
||||
bool medding;
|
||||
uint16 horseId;
|
||||
bool revoked;
|
||||
uint32 pQueuedSaveWorkID;
|
||||
uint16 pClientSideTarget;
|
||||
uint32 weight;
|
||||
bool berserk;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user