You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Seller Minions are not correctly counting the number of items sold. When selling stacked items, the minion incorrectly counts an entire stack (e.g., 64 items) as only 1 item in the statistics.
Steps to Reproduce:
Place a stack of items (e.g., 32 or 64) in a chest to be sold by a Seller Minion.
Observe that the minion sells the correct number of items.
Check the minion's statistics for the number of items sold. Expected Behavior:
The minion should count each individual item in a stack. For example:
Selling a stack of 64 items should increase the count by 64 in the statistics. Actual Behavior:
The minion is only counting the entire stack as 1 item in the statistics, regardless of how many items are in the stack.
Example:
If you sell 32 items, the minion successfully sells the entire stack, but the statistics only reflect 1 item sold, rather than the actual 32. Additional Context:
This issue impacts the accuracy of the minion's sales statistics, especially when dealing with large quantities of stacked items.
The text was updated successfully, but these errors were encountered:
The Seller Minions are not correctly counting the number of items sold. When selling stacked items, the minion incorrectly counts an entire stack (e.g., 64 items) as only 1 item in the statistics.
Steps to Reproduce:
Place a stack of items (e.g., 32 or 64) in a chest to be sold by a Seller Minion.
Observe that the minion sells the correct number of items.
Check the minion's statistics for the number of items sold.
Expected Behavior:
The minion should count each individual item in a stack. For example:
Selling a stack of 64 items should increase the count by 64 in the statistics.
Actual Behavior:
The minion is only counting the entire stack as 1 item in the statistics, regardless of how many items are in the stack.
Example:
If you sell 32 items, the minion successfully sells the entire stack, but the statistics only reflect 1 item sold, rather than the actual 32.
Additional Context:
This issue impacts the accuracy of the minion's sales statistics, especially when dealing with large quantities of stacked items.
The text was updated successfully, but these errors were encountered: