diff --git a/seed-db.sql b/seed-db.sql index 3e4d3b8dd..00edd6203 100644 --- a/seed-db.sql +++ b/seed-db.sql @@ -1484,10 +1484,10 @@ insert into hat_defs (name, description, author_id, price) values ('Top Hat (leprechaun)', 'LLM but Irish', 2, 500), ('Drinky Beer Hat', 'I actually didn''t know these were real things until I made this', 2, 500), ('Viking', 'Rape, pillage, never bathe. Live the dream.', 2, 500), -('Nonspecific Military Officer Hat', '[removed]', 2, 1000), -('Soviet Officer I', 'OUR hat', 2, 1000), -('Nonspecific Military Officer Hat II', '[removed]', 2, 1000), -('Soviet Officer II', 'High fashion war criminal chic', 2, 1000), +('Nonspecific Military Officer Hat', '[removed]', 2, 500), +('Soviet Officer I', 'OUR hat', 2, 500), +('Nonspecific Military Officer Hat II', '[removed]', 2, 500), +('Soviet Officer II', 'High fashion war criminal chic', 2, 500), ('Southern Gentleman', 'Slaveowner? Fried chicken chain founder? You decide!', 2, 500), ('Cowboy I', 'Make him wish he could quit you', 2, 500), ('Cowboy II', 'You''re my favorite deputy!', 2, 500), diff --git a/sql/20220903-hats.sql b/sql/20220903-hats.sql index 0f32739e4..84cea7a16 100644 --- a/sql/20220903-hats.sql +++ b/sql/20220903-hats.sql @@ -62,10 +62,10 @@ insert into hat_defs (name, description, author_id, price) values ('Top Hat (leprechaun)', 'LLM but Irish', 2, 500), ('Drinky Beer Hat', 'I actually didn''t know these were real things until I made this', 2, 500), ('Viking', 'Rape, pillage, never bathe. Live the dream.', 2, 500), -('Nonspecific Military Officer Hat', '[removed]', 2, 1000), -('Soviet Officer I', 'OUR hat', 2, 1000), -('Nonspecific Military Officer Hat II', '[removed]', 2, 1000), -('Soviet Officer II', 'High fashion war criminal chic', 2, 1000), +('Nonspecific Military Officer Hat', '[removed]', 2, 500), +('Soviet Officer I', 'OUR hat', 2, 500), +('Nonspecific Military Officer Hat II', '[removed]', 2, 500), +('Soviet Officer II', 'High fashion war criminal chic', 2, 500), ('Southern Gentleman', 'Slaveowner? Fried chicken chain founder? You decide!', 2, 500), ('Cowboy I', 'Make him wish he could quit you', 2, 500), ('Cowboy II', 'You''re my favorite deputy!', 2, 500),