mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-22 07:32:32 +01:00
fix(tests): update packet field names after campaign RE renaming
This commit is contained in:
@@ -420,7 +420,7 @@ func TestBatchParseMultiField(t *testing.T) {
|
||||
if err := pkt.Parse(bf, ctx); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
if pkt.Unk0 != 2 || pkt.Unk1 != 3 || pkt.Unk2 != 4 {
|
||||
if pkt.QuestID != 2 || pkt.ItemType != 3 || pkt.Quantity != 4 {
|
||||
t.Error("field mismatch")
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user