lt 1 tydzień temu
rodzic
commit
ed1602f06f

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

@@ -853,9 +853,9 @@ 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})
 }
 
 func (this *RoleActivity) StartupNtf() {