master
SneedBot 2023-11-01 04:00:13 +00:00
parent b456daa976
commit 57d2a3d894
1 changed files with 2 additions and 1 deletions

View File

@ -1144,11 +1144,12 @@ INSERT INTO public.hat_defs VALUES (1370, 'pkmn0133', 'Eevee, the Evolution Pok
INSERT INTO public.hat_defs VALUES (1366, 'pkmn0001', 'Bulbasaur. It bears the seed of a plant on its back from birth. The seed slowly develops. Researchers are unsure whether to classify Bulbasaur as a plant or animal. Bulbasaur are extremely tough and very difficult to capture in the wild.', 2, 500, NULL, 1698656032);
--
-- Name: hat_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.hat_defs_id_seq', 1381, true);
SELECT pg_catalog.setval('public.hat_defs_id_seq', 1382, true);
--