mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-05-06 14:24:15 +02:00
style: gofmt realignment across channelserver
This commit is contained in:
@@ -33,7 +33,6 @@ func TestParseSmallNotImplemented(t *testing.T) {
|
|||||||
{"MsgMhfStampcardPrize", &MsgMhfStampcardPrize{}},
|
{"MsgMhfStampcardPrize", &MsgMhfStampcardPrize{}},
|
||||||
{"MsgMhfUpdateForceGuildRank", &MsgMhfUpdateForceGuildRank{}},
|
{"MsgMhfUpdateForceGuildRank", &MsgMhfUpdateForceGuildRank{}},
|
||||||
|
|
||||||
|
|
||||||
// SYS packets - NOT IMPLEMENTED
|
// SYS packets - NOT IMPLEMENTED
|
||||||
{"MsgSysAuthData", &MsgSysAuthData{}},
|
{"MsgSysAuthData", &MsgSysAuthData{}},
|
||||||
{"MsgSysAuthQuery", &MsgSysAuthQuery{}},
|
{"MsgSysAuthQuery", &MsgSysAuthQuery{}},
|
||||||
|
|||||||
@@ -45,7 +45,6 @@ func handleMsgMhfEnumeratePrice(s *Session, p mhfpacket.MHFPacket) {
|
|||||||
doAckBufSucceed(s, pkt.AckHandle, bf.Data())
|
doAckBufSucceed(s, pkt.AckHandle, bf.Data())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
func handleMsgMhfGetExtraInfo(s *Session, p mhfpacket.MHFPacket) {
|
func handleMsgMhfGetExtraInfo(s *Session, p mhfpacket.MHFPacket) {
|
||||||
pkt := p.(*mhfpacket.MsgMhfGetExtraInfo)
|
pkt := p.(*mhfpacket.MsgMhfGetExtraInfo)
|
||||||
// TODO: response structure unknown; fail ACK prevents softlock without misleading client
|
// TODO: response structure unknown; fail ACK prevents softlock without misleading client
|
||||||
|
|||||||
@@ -734,7 +734,6 @@ func getTuneValueRange(start uint16, value uint16) []tuneValue {
|
|||||||
return tv
|
return tv
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
func handleMsgMhfGetUdBonusQuestInfo(s *Session, p mhfpacket.MHFPacket) {
|
func handleMsgMhfGetUdBonusQuestInfo(s *Session, p mhfpacket.MHFPacket) {
|
||||||
pkt := p.(*mhfpacket.MsgMhfGetUdBonusQuestInfo)
|
pkt := p.(*mhfpacket.MsgMhfGetUdBonusQuestInfo)
|
||||||
|
|
||||||
|
|||||||
@@ -469,4 +469,3 @@ func scenarioEncodeShiftJIS(s string) ([]byte, error) {
|
|||||||
}
|
}
|
||||||
return append(out, 0x00), nil
|
return append(out, 0x00), nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ import (
|
|||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
cfg "erupe-ce/config"
|
|
||||||
"erupe-ce/common/decryption"
|
"erupe-ce/common/decryption"
|
||||||
|
cfg "erupe-ce/config"
|
||||||
"erupe-ce/network/clientctx"
|
"erupe-ce/network/clientctx"
|
||||||
"erupe-ce/network/mhfpacket"
|
"erupe-ce/network/mhfpacket"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user