[Character] Fix character copier due to schema change (#3805)

* [Character] Fix character copier due to schema change

* Tweak
This commit is contained in:
Chris Miles
2023-12-27 20:04:46 -06:00
committed by GitHub
parent 51cd43b4ea
commit 52763b6dd2
2 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ namespace DatabaseSchema {
{"character_tasks", "charid"},
{"character_tribute", "character_id"},
{"completed_tasks", "charid"},
{"data_buckets", "id"},
{"data_buckets", "character_id"},
{"faction_values", "char_id"},
{"friends", "charid"},
{"guild_members", "char_id"},