1 - ItemAge API does not work
The line 235 in ItemAge.lua should read :
return time()-ItemAge_Items[UID].First;
not
return time()-ItemAge_Items[UniqueID].First;
I'm trying to hook ItemAge into Baggins (through a Baggins_ItemAge addon) and won't be able to commit anything until this is fixed :)
| User | When | Change |
|---|---|---|
| Mokhtar | Nov 07, 2008 at 19:28 UTC | Create |