|
|
@@ -854,11 +854,8 @@ func (this *RoleActivity) DailyReset(notify bool) {
|
|
|
this.role.ReplayGate(addActivityNtfMsg, true)
|
|
|
}
|
|
|
}
|
|
|
- if !this.isDailyDiscount {
|
|
|
- this.role.roleActivity.SuperChargeUnlockCheck(serverproto.UnlockChargeType_UChargeType_DailyGift, &SuperChargeUnlockST{oldValue: 0})
|
|
|
- this.isDailyDiscount = true
|
|
|
- this.SetDirty(true)
|
|
|
- }
|
|
|
+
|
|
|
+ this.SuperChargeUnlockCheck(serverproto.UnlockChargeType_UChargeType_DailyGift, &SuperChargeUnlockST{oldValue: 0})
|
|
|
}
|
|
|
|
|
|
func (this *RoleActivity) StartupNtf() {
|