diff --git a/files/assets/images/rDrama/sidebar/822.webp b/files/assets/images/rDrama/sidebar/822.webp new file mode 100644 index 000000000..782feb230 Binary files /dev/null and b/files/assets/images/rDrama/sidebar/822.webp differ diff --git a/files/assets/images/rDrama/sidebar/823.webp b/files/assets/images/rDrama/sidebar/823.webp new file mode 100644 index 000000000..d8692fa21 Binary files /dev/null and b/files/assets/images/rDrama/sidebar/823.webp differ diff --git a/seed-db.sql b/seed-db.sql index 2927c7ef6..df03abb23 100644 --- a/seed-db.sql +++ b/seed-db.sql @@ -324,6 +324,7 @@ INSERT INTO public.hat_defs VALUES (807, 'The Capy', 'You''re the chosen one! No + INSERT INTO public.hat_defs VALUES (92, 'Top Hat (black)', 'Traditional. Classy. Elegant.', 2, 500, NULL, 1662167687); @@ -1076,7 +1077,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', 968, true); +SELECT pg_catalog.setval('public.hat_defs_id_seq', 969, true); --