Change /selling so a shop will return multiple matching results if they exist. #2
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "benamaurer-sellingList-fix"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Currently, only the first result for each shop which matches the search criteria is pulled into the list which is returned to players. For example if someone searches "book", shops with listings for each enchanted book will only show the first result.
Update src/main/java/com/zerohighdef/geoffrey/Objects/GeoffreyAPICallback.java
Pull request closed