pull/225/head
SneedBot 2024-03-18 08:00:14 +00:00
parent 1921f4e8e2
commit 1e5b68e22f
1 changed files with 9 additions and 1 deletions

View File

@ -1155,6 +1155,9 @@ INSERT INTO public.hat_defs VALUES (1487, 'Purple Hearts', 'I''m lusting for you
INSERT INTO public.hat_defs VALUES (1492, 'HP Bar', 'I''m feeling healthy and refreshed.', 2, 500, NULL, 1708649015);
INSERT INTO public.hat_defs VALUES (1498, 'Anime Smile', 'Power of friendship!', 2, 500, NULL, 1708649155);
INSERT INTO public.hat_defs VALUES (1499, 'Pigtail Bows', 'Twice the bow, twice the cute!', 2, 500, NULL, 1708649179);
INSERT INTO public.hat_defs VALUES (1450, 'Red Eminent Horns', 'Queen of the devils, leader of the chuds.', 2, 500, NULL, 1708367282);
INSERT INTO public.hat_defs VALUES (1377, 'pkmn0094', 'Gengar, the Shadow Pokémon. A Ghost and Poison type. Gengar can pass through dimensions and appear almost anywhere. Since Gengar absorbs any warmth around it, the temperature suddenly drops wherever it appears.', 2, 500, NULL, 1698658745);
INSERT INTO public.hat_defs VALUES (1376, 'pkmn0039', 'Jigglypuff, a Balloon Pokémon. It has large friendly eyes and it sings a pleasant song.', 2, 500, NULL, 1698658603);
@ -1173,6 +1176,8 @@ INSERT INTO public.hat_defs VALUES (1490, 'Red Hearts', 'I love you all!', 2, 50
INSERT INTO public.hat_defs VALUES (1495, 'Hi', 'Hello! How are you?', 2, 500, NULL, 1708649083);
INSERT INTO public.hat_defs VALUES (1496, 'Pink Heart Halo', 'I''m falling for you my dear.', 2, 500, NULL, 1708649109);
INSERT INTO public.hat_defs VALUES (1500, 'Exclamation', 'WHAT?!', 2, 500, NULL, 1708649201);
INSERT INTO public.hat_defs VALUES (1396, 'Click Me', 'Come on, you know you want to see my profile.', 2, 500, NULL, 1704921421);
INSERT INTO public.hat_defs VALUES (1408, 'Kadio Stance', '*thwack* YEEEEEEEEOUCHHHHHHHHHH', 2, 500, NULL, 1705616850);
INSERT INTO public.hat_defs VALUES (1381, 'Griffith Helmet', 'The Falcon has fallen. Billions must die.', 2, 500, NULL, 1698690002);
@ -1235,11 +1240,14 @@ INSERT INTO public.hat_defs VALUES (1504, 'Ants', 'There''s ants coming out of y
INSERT INTO public.hat_defs VALUES (1505, 'Mimikyu Hat', 'This user is definitely a Pikachu.', 2, 500, NULL, 1710075327);
--
-- Name: hat_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.hat_defs_id_seq', 1505, true);
SELECT pg_catalog.setval('public.hat_defs_id_seq', 1513, true);
--