I click on a few different items to add them to the cart.
I then change all the Produced By values to a particular person.
When the data is coming down via UniLoader, I see that the Produced By has come back to the first person in the list:
- Code: Select all
shoppinglist = {
[1] = {
[1] = "Esmerelda",
[2] = "1",
[3] = "Small Silk Pack",
[4] = "Qrunch",
[5] = "1",
[6] = "outbox",
[7] = "0",
[8] = "",
},
[2] = {
[1] = "Kodian",
[2] = "1",
[3] = "Black Silk Pack",
[4] = "Qrunch",
[5] = "2",
[6] = "outbox",
[7] = "0",
[8] = "",
},
[3] = {
[1] = "Albel",
[2] = "1",
[3] = "Woolen Bag",
[4] = "Qrunch",
[5] = "3",
[6] = "outbox",
[7] = "0",
[8] = "",
},
[4] = {
[1] = "Damnmage",
[2] = "1",
[3] = "Enchant Bracer - Minor Strength",
[4] = "Qrunch",
[5] = "4",
[6] = "outbox",
[7] = "0",
[8] = "",
},
}
In every case, the [1] is the first person in the Produced By list. Shouldn't that change to reflect who I've ordered it to be Produced By?
Specs: Roster 1.70
Shopping: 04
MySQL: 5.0.18
PHP: 5.1.2