From 2159b5db2dabee4d644a33662cf6db3a7e2a9e23 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 21 Apr 2020 02:10:52 -0500 Subject: [PATCH] Add damageshieldtypes to content tables --- common/database_schema.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/database_schema.h b/common/database_schema.h index e86230f9d..0b6536d96 100644 --- a/common/database_schema.h +++ b/common/database_schema.h @@ -179,6 +179,7 @@ namespace DatabaseSchema { "books", "char_create_combinations", "char_create_point_allocations", + "damageshieldtypes", "doors", "faction_base_data", "faction_list",