From 10c0c0ef6f2f4aa75cb03e535a203168ee719486 Mon Sep 17 00:00:00 2001 From: labalityowo <56186498+labalityowo@users.noreply.github.com> Date: Sat, 20 May 2023 23:15:51 +0700 Subject: [PATCH] hehe --- sql_dumps/account.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,