fix(lint): automated linting, with simple formatter.

This commit is contained in:
Houmgaor
2025-10-19 22:43:05 +02:00
parent f79e05c0c9
commit 1398383a8d
12 changed files with 84 additions and 104 deletions

View File

@@ -12,11 +12,11 @@ type ChatType uint8
// Chat types
const (
ChatTypeWorld ChatType = 0
ChatTypeStage = 1
ChatTypeGuild = 2
ChatTypeAlliance = 3
ChatTypeParty = 4
ChatTypeWhisper = 5
ChatTypeStage ChatType = 1
ChatTypeGuild ChatType = 2
ChatTypeAlliance ChatType = 3
ChatTypeParty ChatType = 4
ChatTypeWhisper ChatType = 5
)
// MsgBinChat is a binpacket for chat messages.