1
0
This commit is contained in:
labalityowo
2023-05-20 23:15:51 +07:00
parent f3e99ef5c2
commit 10c0c0ef6f

View File

@ -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,