master
SneedBot 2024-04-12 04:00:16 +00:00
parent 7aba96233c
commit 5251e50b5a
1 changed files with 2 additions and 1 deletions

View File

@ -1257,11 +1257,12 @@ INSERT INTO public.hat_defs VALUES (1533, 'Emu Otori Hat', 'Show your love to th
INSERT INTO public.hat_defs VALUES (1534, 'Kitty Pawz', 'Kawaii? Sure. But deep down, we all know youre a furry.', 2, 500, NULL, 1712799964);
--
-- Name: hat_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.hat_defs_id_seq', 1534, true);
SELECT pg_catalog.setval('public.hat_defs_id_seq', 1535, true);
--