From dc7e3a9f10e55036e531dfd473975bcf66cf8439 Mon Sep 17 00:00:00 2001 From: SneedBot Date: Fri, 7 Jun 2024 00:00:18 +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 495a881bf..a51945aea 100644 --- a/seed-hats.sql +++ b/seed-hats.sql @@ -1183,6 +1183,7 @@ INSERT INTO public.hat_defs VALUES (1560, 'Cat Ears III', 'Mee-ow :3', 2, 500, N INSERT INTO public.hat_defs VALUES (1562, 'Dahmer Cut', 'Show your support for necrophiliac cannibalism', 2, 500, NULL, 1716863716); INSERT INTO public.hat_defs VALUES (1564, 'Jessie Beanie', 'You can''t keep getting away with it', 2, 500, NULL, 1716864120); INSERT INTO public.hat_defs VALUES (1567, 'WeedOrb', 'But that all changed when the Weed Nation attacked.', 2, 1000, NULL, 1717547254); + INSERT INTO public.hat_defs VALUES (1458, 'Anime Eyes (red)', 'I am tired of all of this.', 2, 500, NULL, 1708647781); INSERT INTO public.hat_defs VALUES (1460, 'Dismantle', 'i haven''t used this since the heian era.', 2, 500, NULL, 1708647852); INSERT INTO public.hat_defs VALUES (1464, 'Digital Cry', 'Stop, you''re hurting my feelings.', 2, 500, NULL, 1708648022); @@ -1284,7 +1285,7 @@ INSERT INTO public.hat_defs VALUES (1534, 'Kitty Pawz', 'Kawaii? Sure. But deep -- Name: hat_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.hat_defs_id_seq', 1567, true); +SELECT pg_catalog.setval('public.hat_defs_id_seq', 1568, true); --