Opened 14 years ago
Closed 14 years ago
#207 closed bug (fixed)
Sometimes duplicate uniques are generated
Reported by: | tehtmi | Owned by: | epyon |
---|---|---|---|
Priority: | minor | Milestone: | 0.9.9.4 |
Component: | lua | Version: | 0.9.9.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
It is possible for the same unique item to be picked up more than once in the same game.
This problem seems to be caused when the game reuses cached item lists with uniques in them that have since been found.
(I've had this happen personally with GCBs. -- tehtmi)
Change History (1)
comment:1 Changed 14 years ago by tehtmi
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Item lists are still cached, but with all unique items included. Whatever function uses the list must check for duplicates.