lt преди 1 седмица
родител
ревизия
0ba3a47e06
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      RO_Server_Trunk-branch_0.1.39/roserver/game/model/role_activity.go

+ 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})
 	}
 
 }