84 - Custom skin not loaded in dropdown
What steps will reproduce the problem?
1. Create an addon to add a skin in Baggins, customSkin for example, call Baggins:RegisterSkin('customSkin', skin)
2. Start WoW
3. /Baggins and click on Bag Skin dropdown
What is the expected output? What do you see instead?
customSkin should be displayed in list
What version of the product are you using?
2.542
Do you have an error log of what happened?
Nope
Please provide any additional information below.
Baggins-Options.lua around line 762 (Skin part of Options)
values = function() return dbl(CopyTable(self:GetSkinList())) end,
instead of
values = dbl(CopyTable(self:GetSkinList())),
| User | When | Change |
|---|---|---|
| sinacbe | Sep 10, 2012 at 18:14 UTC | Create |
- 1 comment
- 1 comment
Facts
- Reported
- Sep 10, 2012
- Status
- New - Issue has not had initial review yet.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- Votes
- 0
- Reply
- #1
profalbert Sep 15, 2012 at 15:50 UTC - 0 likesThanks.
Applied to Ace3-branch