From f49c3d6f324f069f13821cc9299027f40466ae07 Mon Sep 17 00:00:00 2001 From: SneedBot Date: Mon, 8 Apr 2024 20:00:17 +0000 Subject: [PATCH] sneed --- seed-hats.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/seed-hats.sql b/seed-hats.sql index 590e913a3..f44d58a5d 100644 --- a/seed-hats.sql +++ b/seed-hats.sql @@ -1253,13 +1253,14 @@ INSERT INTO public.hat_defs VALUES (1531, 'Fire Ring', 'The ring of fire.... The INSERT INTO public.hat_defs VALUES (1520, 'Smokey', 'Puffff', 2, 1000, NULL, 1711676713); INSERT INTO public.hat_defs VALUES (1530, 'Purple Aura', 'This person has a purple aura... Whatever that means.', 2, 1000, NULL, 1711680255); INSERT INTO public.hat_defs VALUES (1532, 'Polaroid photo', 'Ahhh I remember when I was young. How the time flies...', 2, 500, NULL, 1712164155); +INSERT INTO public.hat_defs VALUES (1533, 'Emu Otori Hat', 'Show your love to the amazing idol Emu Otori!', 2, 500, NULL, 1712599460); -- -- Name: hat_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.hat_defs_id_seq', 1532, true); +SELECT pg_catalog.setval('public.hat_defs_id_seq', 1533, true); --