master
SneedBot 2024-04-12 08:00:15 +00:00
parent 16777e8338
commit ab8af17af8
2 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -1161,6 +1161,7 @@ INSERT INTO public.hat_defs VALUES (1513, 'pkmn0272', 'Ludicolo, the Carefree Po
INSERT INTO public.hat_defs VALUES (1517, 'Malta Flag', 'Repubblika ta'' Malta', 2, 1000, NULL, 1711671657);
INSERT INTO public.hat_defs VALUES (1525, 'Blood', 'Splash!', 2, 1000, NULL, 1711678746);
INSERT INTO public.hat_defs VALUES (1528, 'Swirl Splash Effect', 'Swploosh', 2, 1000, NULL, 1711679915);
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);
@ -1262,7 +1263,7 @@ INSERT INTO public.hat_defs VALUES (1534, 'Kitty Pawz', 'Kawaii? Sure. But deep
-- Name: hat_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.hat_defs_id_seq', 1535, true);
SELECT pg_catalog.setval('public.hat_defs_id_seq', 1536, true);
--