diff --git a/bchat/modules/shop/common.py b/bchat/modules/shop/common.py index cd3f963..101c6a4 100644 --- a/bchat/modules/shop/common.py +++ b/bchat/modules/shop/common.py @@ -21,11 +21,8 @@ MEMBER_RANGE = ( # score - member - (100, 50), - (200, 100), - (300, 150), - (500, 290), - (1000, 690), + (500, 300), + (1000, 650), )