[Cleanup] Remove queryserv dump flag (#4842)

Since queryserv tables are deprecated, there is no longer a need to use this flag
This commit is contained in:
JJ 2025-04-09 22:10:46 -04:00 committed by GitHub
parent 4fc0ffd173
commit e16b481ba2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,7 +65,6 @@ private:
bool dump_system_tables = false; bool dump_system_tables = false;
bool dump_content_tables = false; bool dump_content_tables = false;
bool dump_player_tables = false; bool dump_player_tables = false;
bool dump_query_server_tables = false;
bool dump_login_server_tables = false; bool dump_login_server_tables = false;
bool dump_with_no_data = false; bool dump_with_no_data = false;
bool dump_table_lock = false; bool dump_table_lock = false;