From 71a1142f6b757485a4ea4813b4a2fc877b8c5f1b Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 23 Dec 2019 23:31:54 -0600 Subject: [PATCH] Move data buckets to player tables --- common/database_schema.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/database_schema.h b/common/database_schema.h index 898532314..c24014d7f 100644 --- a/common/database_schema.h +++ b/common/database_schema.h @@ -70,6 +70,7 @@ namespace DatabaseSchema { "character_tasks", "character_tribute", "completed_tasks", + "data_buckets", "faction_values", "friends", "guild_bank", @@ -123,7 +124,6 @@ namespace DatabaseSchema { "char_create_point_allocations", "class_skill", "damageshieldtypes", - "data_buckets", "doors", "faction_base_data", "faction_list",