-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathWoD.lua
19 lines (14 loc) · 1.01 KB
/
WoD.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
local panel = Panda.panel:NewPanel(true)
local TAILORING = GetSpellInfo(3908)
panel:RegisterFrame(TAILORING, Panda.PanelFactory(3908,
[[111556x100 0 114810 114811 114813 114809 114812 114816 114815 114814
111556x100 0 114817 114818 114819 0 114821
114836 111556x10 0 114837 111556x150 113262x30 118472x15 0 114838 111556x200 113264x40 118472x15
]]))
local ENGINEERING = GetSpellInfo(4036)
panel:RegisterFrame(ENGINEERING, Panda.PanelFactory(4036,
[[109253 111366x5 0 109167 111366x50 0 111402 111366x50 0 118741 111366x50 109118x10 0 112057 111366x50 111557x40
109168 111366x100 0 109120 111366x20 0 109122 111366x20 0 118008 111366x20
114056 111366x10 109118x5 109119x5 0 119822 111366x150 113261x30 118472x15 0 119823 111366x200 113264x40 118472x15
0 0 0 0 0 114050 111366x150 113261x30 118472x15 0 114055 111366x200 113264x40 118472x15
]]))