38 - VoidStorage not 100% working
Please provide any additional information below.
To correct, please change line 4034:
OLD: if bagNum == 101 or bagNum == 103 then
NEW: if bagNum == 101 or bagNum == 103 or bagNum == 104 then
and add a line at line 4058:
OLD: elseif bagNum == 103 then data[temp].auction = (data[temp].auction or 0) + (theBag[bagItem].count or 1)
NEW: elseif bagNum == 103 then data[temp].auction = (data[temp].auction or 0) + (theBag[bagItem].count or 1)
elseif bagNum == 104 then data[temp].voidstorage = (data[temp].voidstorage or 0) + (theBag[bagItem].count or 1)
| User | When | Change |
|---|---|---|
| Agramonia | Oct 30, 2013 at 22:38 UTC | Create |
Facts
- Last updated
- Dec 04, 2013
- Reported
- Oct 30, 2013
- Status
- New - Issue has not had initial review yet.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- Votes
- 0