Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 3f13515

Browse files
author
ggmolly
committedSep 15, 2024·
bump: game netcode
1 parent 29f2b0a commit 3f13515

File tree

1,193 files changed

+7922
-1225
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,193 files changed

+7922
-1225
lines changed
 

‎answer/commander_guild_data.go

+2-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ func CommanderGuildData(buffer *[]byte, client *connection.Client) (int, int, er
2626
GuildEx: &protobuf.GUILD_EXPANSION_INFO{
2727
Capital: proto.Uint32(0),
2828
ThisWeeklyTasks: &protobuf.WEEKLY_TASK{
29-
Id: proto.Uint32(0),
30-
Progress: proto.Uint32(0),
31-
Monday_0Clock: proto.Uint32(1606114800),
29+
Id: proto.Uint32(0),
30+
Progress: proto.Uint32(0),
3231
},
3332
BenefitFinishTime: proto.Uint32(0),
3433
RetreatCnt: proto.Uint32(0),

‎protobuf/ACHIEVEMENT_INFO.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
This repository has been archived.