forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-08-20 21:00:04 +00:00
parent a36c0f9dd3
commit ed037a486c
2 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

@ -2393,6 +2393,7 @@ COPY public.badge_defs (id, name, description) FROM stdin;
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 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
156 Hole Neglecter Spent 50,000 dramacoin on a Hole, only to let it die
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
@ -2500,7 +2501,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', 155, true); SELECT pg_catalog.setval('public.badge_defs_id_seq', 156, true);
-- --