pull/83/head
SneedBot 2022-12-21 20:00:07 +00:00
parent e1fdd64d31
commit b6787874c6
1 changed files with 2 additions and 1 deletions

View File

@ -891,6 +891,7 @@ INSERT INTO public.hat_defs VALUES (549, 'The Bumper Sticker', 'Turn yourself in
INSERT INTO public.hat_defs VALUES (571, 'Purple Emoji Crown', 'πŸ’œπŸ’œπŸ’œwhen ur selfie needs an emoji crown with a 🌻, a πŸ‘», and a 🐻 but u still gotta fit that purple aesthetic πŸ’œπŸ’œπŸ’œ', 2, 500, NULL, 1662167687);
INSERT INTO public.hat_defs VALUES (570, 'Carl', 'based and dramapilled llama', 2, 500, NULL, 1662167687);
INSERT INTO public.hat_defs VALUES (828, 'monopoly thimbler', 'Even thimblier than the last one', 2, 500, NULL, 1665250441);
INSERT INTO public.hat_defs VALUES (846, 'Twinkle', 'TWINKle', 2, 1000, NULL, 1665261883);
INSERT INTO public.hat_defs VALUES (875, 'Aces Strawhat', 'Idfk what this is man why are you submitting these esoteric fucking hats with no indication of what they are AAAHHHHH', 2, 500, NULL, 1665314089);
INSERT INTO public.hat_defs VALUES (531, 'Zen', 'follow the fish follow the fish follow the fish follow the fish follow the fish', 2, 1000, NULL, 1662167687);
@ -1203,7 +1204,7 @@ INSERT INTO public.hat_defs VALUES (911, 'Racecar Hat', 'I sleep in a hat with m
-- Name: hat_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.hat_defs_id_seq', 1129, true);
SELECT pg_catalog.setval('public.hat_defs_id_seq', 1130, true);
--