master
SneedBot 2024-04-08 20:00:17 +00:00
parent 7f93abfcd4
commit f49c3d6f32
1 changed files with 2 additions and 1 deletions

View File

@ -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);
--