|
@@ -853,9 +853,9 @@ func (this *RoleActivity) DailyReset(notify bool) {
|
|
|
if len(addActivityNtfMsg.ActivityList) > 0 {
|
|
if len(addActivityNtfMsg.ActivityList) > 0 {
|
|
|
this.role.ReplayGate(addActivityNtfMsg, true)
|
|
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() {
|
|
func (this *RoleActivity) StartupNtf() {
|