diff --git a/common/database_schema.h b/common/database_schema.h index e92b7619a..de6f8472f 100644 --- a/common/database_schema.h +++ b/common/database_schema.h @@ -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"},