This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?1. Blizzard changed the arrow/bullet stack size from 200 items to 1000 items. This affects the % full value in the plug-in2.3.
What is the expected output? What do you see instead?
What version of the product are you using?r65603
Do you have an error log of what happened?No crash - cosmetic bug
Please provide any additional information below.Line 118 : total = total + size * 200 --> total = total + size * 1000Line 124 : total = 1000
To post a comment, please login or register a new account.