27 - [BUG] LibPossessions
What steps will reproduce the problem?
1. Bring up a tradeskill with ArkInventory
What version of the product are you using?
1.13-153
Do you have an error log of what happened?
LibPossessions-158: Unable to obtain items counts for 41805 using ArkInventory: Interface\AddOns\Skillet\LibPossessions.lua:303 attempt to index field 'realm' (a nil value). Will no longer use that addon
| User | When | Change |
|---|---|---|
| ChaosInc | Sat, 18 Apr 2009 02:45:02 | Create |
- 2 comments
- 2 comments
Facts
- Last updated on
- 05 Oct 2009
- Reported on
- 18 Apr 2009
- Status
- New - Issue has not had initial review yet.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- #2
Niselma30 Wed, 26 Aug 2009 17:51:06I don't really want to go into the code and change this error that i am getting. i know nothing about wow coding for mods and hope that you could release a small bug fix for this. Thanks.
- #1
megalobrainiac Wed, 24 Jun 2009 11:51:45Changing line 303 from
for pid, pd in ArkInventory.spairs( ArkInventory.db.global.player.realm[r].faction[f].name ) do
to
for pid, pd in ArkInventory.spairs( ArkInventory.db.factionrealm.player.data ) do
gets rid of the error and seems to work as well (getting alt mats to get the proper craftable amounts). Not sure if the logic within the block needs to be optimized or not though