-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,3 +43,4 @@ Glyphs.lua | |
Pot.lua | ||
Transmutes.lua | ||
Cooking.lua | ||
WoD.lua |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
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 | ||
]])) |