mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 17:38:26 +00:00
[Cleanup] Remove unused client queued work variable in client.cpp/client.h (#3034)
# Notes - This is unused.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user