Skip to content

Commit

Permalink
Draenor engineering
Browse files Browse the repository at this point in the history
  • Loading branch information
tekkub committed Mar 23, 2015
1 parent 382884c commit b7a7c9c
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions WoD.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,18 @@
local panel = Panda.panel:NewPanel(true)


local NAME = GetSpellInfo(3908)
panel:RegisterFrame(NAME, 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 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
]]))

0 comments on commit b7a7c9c

Please sign in to comment.