When loading the snipable items to refresh snipes, be sure to set the auction server for them.
| 583 | 584 | |
|---|---|---|
| 117 | 117 | |
| 118 | 118 | List<AuctionEntry> sniped = AuctionEntry.findAllSniped(); |
| 119 | 119 | for(AuctionEntry snipable:sniped) { |
| 120 | if(!snipable.isComplete()) snipable.refreshSnipe(); | |
| 120 | if(!snipable.isComplete()) { | |
| 121 | snipable.setServer(newServer); | |
| 122 | snipable.refreshSnipe(); | |
| 123 | } | |
| 121 | 124 | } |
| 122 | 125 | } |
| 123 | 126 | |
