remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-09-27 14:00:03 +00:00
parent 0b5293d8e7
commit b2b63ee23e
1 changed files with 2 additions and 1 deletions

View File

@ -235,6 +235,7 @@ INSERT INTO public.hat_defs VALUES (737, 'Duel Wielding', 'Oh shit you''re packi
INSERT INTO public.hat_defs VALUES (3, 'Cat Ears I', 'Mew :3', 2, 500, NULL, 1662167687);
INSERT INTO public.hat_defs VALUES (723, 'Hohol', 'Мій предок :)', 2, 500, NULL, 1663892328);
INSERT INTO public.hat_defs VALUES (92, 'Top Hat (black)', 'Traditional. Classy. Elegant.', 2, 500, NULL, 1662167687);
INSERT INTO public.hat_defs VALUES (714, 'Captain Falcon', 'The chad that every smash player wanted to imitate, if only his moveset included a shower.', 2, 500, NULL, 1663474615);
@ -885,7 +886,7 @@ INSERT INTO public.hat_defs VALUES (504, 'Iron Crown of Lombardy', 'This isn''t
-- Name: hat_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.hat_defs_id_seq', 739, true);
SELECT pg_catalog.setval('public.hat_defs_id_seq', 740, true);
--