lt 1 неделя назад
Родитель
Сommit
0ba3a47e06

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

@@ -853,7 +853,7 @@ func (this *RoleActivity) DailyReset(notify bool) {
 		if len(addActivityNtfMsg.ActivityList) > 0 {
 			this.role.ReplayGate(addActivityNtfMsg, true)
 		}
-		this.SuperChargeUnlockCheck(serverproto.UnlockChargeType_UChargeType_DailyGift, &SuperChargeUnlockST{oldValue: 0})
+		//this.SuperChargeUnlockCheck(serverproto.UnlockChargeType_UChargeType_DailyGift, &SuperChargeUnlockST{oldValue: 0})
 	}
 
 }