Arrow / Bullet stack size has changed #3


  • New
  • Defect
Open
Assigned to ckknight
  • _ForgeUser328764 created this issue Jan 28, 2010

    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-in
    2.
    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 * 1000
    Line 124 : total = 1000

  • _ForgeUser328764 added the tags New Defect Jan 28, 2010

To post a comment, please login or register a new account.