Dominos

Dominos

19M Downloads

Saved Variables - different classes

johnsolver opened this issue ยท 1 comments

commented

Copying a configuration from one class to the other also copies the orignal class stuff eg.

["Death Knight"] = {
            ["frames"] = {
                {
                    ["showInPetBattleUI"] = false,
                    ["point"] = "BOTTOM",
                    ["showInOverrideUI"] = false,
                    ["y"] = 197,
                    ["spacing"] = 4,
                    ["padH"] = 2,
                    ["numButtons"] = 12,
                    ["pages"] = {
                        ["DEATHKNIGHT"] = {
                            ["page2"] = 1,
                            ["page5"] = 4,
                            ["page4"] = 3,
                            ["page3"] = 2,
                            ["page6"] = 5,
                        },
                        ["MONK"] = {
                            ["ox"] = 7,
                            ["page2"] = 1,
                            ["serpent"] = 8,
                            ["page5"] = 4,
                            ["page4"] = 3,
                            ["tiger"] = 6,
                            ["page3"] = 2,
                            ["page6"] = 5,
                        },
                        ["DEMONHUNTER"] = {
                            ["page2"] = 1,
                            ["page5"] = 4,
                            ["page4"] = 3,
                            ["page3"] = 2,
                            ["page6"] = 5,
                        },
                    },
commented

This is mostly intentional, for the case of having multiple classes with the same profile.