forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-08-05 14:00:01 +00:00
parent e68c2efb1b
commit fe0d1beb6e
2 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -2274,6 +2274,7 @@ COPY public.badge_defs (id, name, description) FROM stdin;
150 Verified Bought a Blue Checkmark. 150 Verified Bought a Blue Checkmark.
151 Responsible Citizen This user upheld democracy by committing voter fraud. 151 Responsible Citizen This user upheld democracy by committing voter fraud.
152 Amateur Hathead Collected 25 unique hats 152 Amateur Hathead Collected 25 unique hats
155 Ride Or Die Dramalo/Dramalette When I die show no pity / Send my soul to the juggalo city / Dig my grave six feet deep / And put two matches by my feet / Put two hatchets on my chest / And tell my homies I did my best / WHOOP WHOOP
4 White Hat Discreetly reported an exploit 4 White Hat Discreetly reported an exploit
1 Alpha User Joined during open alpha 1 Alpha User Joined during open alpha
2 Verified Email Verified Email 2 Verified Email Verified Email
@ -2381,7 +2382,7 @@ COPY public.badge_defs (id, name, description) FROM stdin;
-- Name: badge_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- Name: badge_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
-- --
SELECT pg_catalog.setval('public.badge_defs_id_seq', 154, true); SELECT pg_catalog.setval('public.badge_defs_id_seq', 155, true);
-- --