[Hotfix] Fix #copycharacter command (#4860)

This was failing due to a column change in `inventory` from `charid` to `character_id` and would result in no inventory for the new character.
This commit is contained in:
nytmyr 2025-04-28 16:48:30 -05:00 committed by GitHub
parent 7e7fb7b758
commit 1a539f6656
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,7 @@ namespace DatabaseSchema {
{"guild_members", "char_id"},
{"guilds", "id"},
{"instance_list_player", "id"},
{"inventory", "charid"},
{"inventory", "character_id"},
{"inventory_snapshots", "charid"},
{"keyring", "char_id"},
{"mail", "charid"},