--奇珍宝阁相关红点屏蔽

dev_chengFeng
yuanshuai 2022-12-20 17:49:37 +08:00
parent 4864527d6d
commit 0965bf200d
2 changed files with 2 additions and 1 deletions

View File

@ -942,6 +942,7 @@ RedPointType = {
XiaoYaoYouRedPoint=10009,
--显示祈愿
TimeLimitWish = 10010,
--奇珍宝阁红点
TimeLimitWishStore=10011,
--灵兽
PokemonMainCity = 790,--灵兽主界面

View File

@ -349,7 +349,7 @@ function this.InitRedPointAllRelate()
--命格
RPData:SetParent(RedPointType.Gem,RedPointType.Practice_main)
RPData:SetParent(RedPointType.TimeLimitWish,RedPointType.Recruit)
RPData:SetParent(RedPointType.TimeLimitWishStore,RedPointType.TimeLimitWish)
-- RPData:SetParent(RedPointType.TimeLimitWishStore,RedPointType.TimeLimitWish)--奇珍宝阁相关红点屏蔽
--战力冲刺
RPData:SetParent(RedPointType.PowerRiceGool,RedPointType.PowerRice)
RPData:SetParent(RedPointType.eastSeaFindGod1,RedPointType.eastSeaFindGod)