test
This commit is contained in:
parent
b1d631e4ec
commit
a498046c04
2
sql.go
2
sql.go
@ -1271,7 +1271,7 @@ func insertMsgReport(objId int64, war_date int32, atk int32, def int32, exp int3
|
||||
}
|
||||
|
||||
func insertMsgAuctionAnnounce(m *ChatWarsMessageAuctionAnnounce) error {
|
||||
objSubTypeId, err := getObjSubTypeId(objId)
|
||||
objSubTypeId, err := getObjSubTypeId(m.ID64)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user