ge: add trade seq number

Occasionally the trades are delivered out of order, this allows us to reassemble them in the correct order
This commit is contained in:
Adam
2020-12-25 18:01:58 -05:00
parent 2c8984e380
commit 9a322c70d0
4 changed files with 10 additions and 0 deletions

View File

@@ -42,4 +42,5 @@ public class GrandExchangeTrade
private int offer;
private int slot;
private WorldType worldType;
private int seq;
}