sneed
parent
7d8700ebe0
commit
fad7dbc2ad
|
@ -1144,11 +1144,14 @@ 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', 1382, true);
|
||||
SELECT pg_catalog.setval('public.hat_defs_id_seq', 1385, true);
|
||||
|
||||
|
||||
--
|
||||
|
|
Loading…
Reference in New Issue