diff --git a/sql_dumps/account.sql b/sql_dumps/account.sql index ac4d2ff4..2ac58e71 100644 --- a/sql_dumps/account.sql +++ b/sql_dumps/account.sql @@ -490,7 +490,7 @@ CREATE TABLE `npcs` ( `entityType` varchar(100) NOT NULL, `entityMeta` varchar(100) NOT NULL, `adult` bit(1) NOT NULL DEFAULT b'1', - `helmet` blob NOT NULL DEFAULT current_timestamp(), + `helmet` blob NOT NULL, `chestplate` blob NOT NULL, `leggings` blob NOT NULL, `boots` blob NOT NULL,