ge: include slot id
This commit is contained in:
@@ -416,6 +416,7 @@ public class GrandExchangePlugin extends Plugin
|
||||
grandExchangeTrade.setTotal(offer.getTotalQuantity());
|
||||
grandExchangeTrade.setSpent(0);
|
||||
grandExchangeTrade.setOffer(offer.getPrice());
|
||||
grandExchangeTrade.setSlot(slot);
|
||||
grandExchangeTrade.setWorldType(getGeWorldType());
|
||||
grandExchangeTrade.setLogin(loginBurstGeUpdates);
|
||||
|
||||
@@ -446,6 +447,7 @@ public class GrandExchangePlugin extends Plugin
|
||||
grandExchangeTrade.setTotal(offer.getTotalQuantity());
|
||||
grandExchangeTrade.setSpent(offer.getSpent());
|
||||
grandExchangeTrade.setOffer(offer.getPrice());
|
||||
grandExchangeTrade.setSlot(slot);
|
||||
grandExchangeTrade.setWorldType(getGeWorldType());
|
||||
grandExchangeTrade.setLogin(loginBurstGeUpdates);
|
||||
|
||||
@@ -468,6 +470,7 @@ public class GrandExchangePlugin extends Plugin
|
||||
grandExchangeTrade.setTotal(offer.getTotalQuantity());
|
||||
grandExchangeTrade.setSpent(dspent);
|
||||
grandExchangeTrade.setOffer(offer.getPrice());
|
||||
grandExchangeTrade.setSlot(slot);
|
||||
grandExchangeTrade.setWorldType(getGeWorldType());
|
||||
grandExchangeTrade.setLogin(loginBurstGeUpdates);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user