[Database] Mark titles as a server table so it at least shows up in dumps (#1914)

This commit is contained in:
Chris Miles 2022-01-03 12:55:10 -08:00 committed by GitHub
parent 26b160c59b
commit d6d4c458e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,6 @@ namespace DatabaseSchema {
{"player_titlesets", "char_id"}, {"player_titlesets", "char_id"},
{"quest_globals", "charid"}, {"quest_globals", "charid"},
{"timers", "char_id"}, {"timers", "char_id"},
{"titles", "char_id"},
{"trader", "char_id"}, {"trader", "char_id"},
{"zone_flags", "charID"} {"zone_flags", "charID"}
}; };
@ -158,7 +157,6 @@ namespace DatabaseSchema {
"spell_buckets", "spell_buckets",
"spell_globals", "spell_globals",
"timers", "timers",
"titles",
"trader", "trader",
"trader_audit", "trader_audit",
"zone_flags" "zone_flags"
@ -270,6 +268,7 @@ namespace DatabaseSchema {
"perl_event_export_settings", "perl_event_export_settings",
"profanity_list", "profanity_list",
"rule_sets", "rule_sets",
"titles",
"rule_values", "rule_values",
"variables", "variables",
}; };