From 7ef0c2ee2fa7f3a9b428e01176f5f1a04389943d Mon Sep 17 00:00:00 2001 From: LSJ Date: Fri, 6 Sep 2024 13:59:53 +0900 Subject: [PATCH] chore --- constants/serviceConstants/AvatarConstants.ts | 6 +++++- storage/Store.tsx | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/constants/serviceConstants/AvatarConstants.ts b/constants/serviceConstants/AvatarConstants.ts index 6a915c64d..c7c4b2715 100644 --- a/constants/serviceConstants/AvatarConstants.ts +++ b/constants/serviceConstants/AvatarConstants.ts @@ -1,4 +1,8 @@ -export const SPECIAL_AVATAR_PERMISSION = [["2259633694"], ["2259633694"], ["2259633694"]]; +export const SPECIAL_AVATAR_PERMISSION = [ + ["2259633694", "3328615544"], + ["2259633694", "2948913118", "3377621764"], + ["2259633694"], +]; export const SPECIAL_BG_PERMISSION = [ ["2259633694", "2948913118"], ["3328615544", "3013304742", "2259633694", "3377621764"], diff --git a/storage/Store.tsx b/storage/Store.tsx index b14c77b7f..11807217a 100644 --- a/storage/Store.tsx +++ b/storage/Store.tsx @@ -172,7 +172,7 @@ export const STORE_GIFT_ACTIVE: IStoreGift[] = [ point: 150, winner: 5, max: 5, - giftId: 49, + giftId: 56, }, { image: @@ -222,7 +222,7 @@ export const STORE_GIFT_ACTIVE: IStoreGift[] = [ point: 100, winner: 5, max: 5, - giftId: 54, + giftId: 55, }, ];