You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
627 B
15 lines
627 B
local WIT, core = ...
|
|
|
|
local sections = {
|
|
core.GuideSections.Heading('TransmogGuideSection_1'),
|
|
core.GuideSections.Text('TransmogGuideSection_2'),
|
|
core.GuideSections.Text('TransmogGuideSection_3'),
|
|
core.GuideSections.Text('TransmogGuideSection_4'),
|
|
core.GuideSections.Text('TransmogGuideSection_5'),
|
|
core.GuideSections.Text('TransmogGuideSection_6'),
|
|
core.GuideSections.Text('TransmogGuideSection_7'),
|
|
core.GuideSections.Heading('TransmogGuideSection_8'),
|
|
core.GuideSections.Text('TransmogGuideSection_9'),
|
|
}
|
|
|
|
table.insert(core.Modules, core.GuideModule('TransmogGuide', sections, 'Guide'))
|
|
|