remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-09-28 05:00:03 +00:00
parent 8ac70df325
commit 2fc5552573
1 changed files with 2 additions and 1 deletions

View File

@ -236,6 +236,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);
@ -886,7 +887,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', 740, true);
SELECT pg_catalog.setval('public.hat_defs_id_seq', 741, true);
--