This commit is contained in:
Leufolium 2024-08-20 18:49:06 +08:00
parent aedf2cd2a7
commit 6997b6d382
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ func ImportStreamerIntoEs() {
for _, streamer := range streamers {
zone, ok := zoneMp[streamer.GetMid()]
lastZoneMomentCreateDay := int64(0)
zoneadmissionprice := int64(-1)
zoneadmissionprice := int64(-999999)
if ok && zone.GetLastZoneMomentCt() != 0 {
lastZoneMomentCreateDay = util.GetDayStartTimeStamp(time.Unix(zone.GetLastZoneMomentCt(), 0))
zoneVas, ok1 := zoneVasMp[zone.GetId()]