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:
@@ -42,4 +42,5 @@ public class GrandExchangeTrade
|
||||
private int offer;
|
||||
private int slot;
|
||||
private WorldType worldType;
|
||||
private int seq;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user