lt 1 settimana fa
parent
commit
005fd0d2b4

+ 1 - 0
RO_Server_Trunk-branch_0.1.39/roserver/game/model/role_activity.go

@@ -2209,6 +2209,7 @@ func (this *RoleActivity) SuperChargeUnlockCheck(unlockType serverproto.UnlockCh
 		case serverproto.UnlockChargeType_UChargeType_PetShopCost: //宠物商店	分解石消耗数量
 			curVal = oldValue
 		case serverproto.UnlockChargeType_UChargeType_DailyGift: //每日礼包弹窗
+			util.ErrorF("uid=%v dailyGift id=%v", this.role.GetUUid(), cfgData.Id)
 			if this.role.GetRoleLevel() >= val {
 				//是否需要根据累计充值来触发
 				if cfgData.Recharge > 0 {