Issue Details (XML | Word | Printable)

Key: SDEV-16
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Bryan (brykrys)
Reporter: Bryan (brykrys)
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Auc-Stat-StdDev

lib.ClearItem does not handle items with suffixes correctly

Created: 13/Apr/09 10:09 AM   Updated: 17/Aug/09 11:10 PM
Component/s: Other
Affects Version/s: None
Fix Version/s: None


 Description  « Hide
When lib.ClearItem is called for an item with a suffix, it actually clears all items with the same base type, ignoring the suffix.

Note that the code does calculate a value for "property" at line 354, but this value is not used.

Need to:

  • Unpack data[faction][itemID]
  • Remove key [property] if it exists
  • Repack


 All   Comments   Change History   Transitions   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Bryan (brykrys) added a comment - 25/Apr/09 04:19 AM
r4184

dinesh added a comment - 17/Aug/09 11:10 PM
code review only