Skip to content

Commit

Permalink
TOC cleanup and initial addon load error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
cralor committed Jun 12, 2018
1 parent 74654cc commit e0dbbf2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 2 additions & 0 deletions NilGuide.lua
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
local L = TourGuide.Locale

TourGuide:RegisterGuide("No Guide", nil, "Alliance", function() return L["K No guide loaded... |N|Click to select a guide|"] end)
TourGuide:RegisterGuide("No Guide", nil, "Horde", function() return L["K No guide loaded... |N|Click to select a guide|"] end)
4 changes: 2 additions & 2 deletions TourGuideVanilla.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## Title: TourGuide
## Notes: Powerleveling guide framework
## Author: Tekkub Stoutwrithe
## Credits: Road-block, rsheep, cralor
## Author: cralor
## Version: 1.0
## X-Credits: Tekkub, Road-block, rsheep
## X-Category: Quest

## SavedVariables: TourGuideAlphaDB
Expand Down
11 changes: 5 additions & 6 deletions TourGuide_Alliance/TourGuide_Alliance.toc
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
## Interface: 11200

## Title: Tour Guide (Alliance Data)
## Title: TourGuide_Alliance
## Notes: Powerleveling guide framework
## Author: Tekkub Stoutwrithe
## Version: Alpha
## Author: cralor
## Version: 1.0
## X-Credits: Tekkub
## X-Category: Quest

## RequiredDeps: TourGuide
## RequiredDeps: TourGuideVanilla
## OptionalDeps: Dongle, TomTom

## DefaultState: disabled

## LoadManagers: AddonLoader
## X-LoadOn-Always: delayed

Expand Down
11 changes: 5 additions & 6 deletions TourGuide_Horde/TourGuide_Horde.toc
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
## Interface: 11200

## Title: Tour Guide (Horde Data)
## Title: TourGuide_Horde
## Notes: Powerleveling guide framework
## Author: Tekkub Stoutwrithe
## Version: Alpha
## Author: cralor
## Version: 1.0
## X-Credits: Tekkub
## X-Category: Quest

## RequiredDeps: TourGuide
## RequiredDeps: TourGuideVanilla
## OptionalDeps: Dongle, TomTom, LightHeaded, pfQuest

## DefaultState: disabled

## LoadManagers: AddonLoader
## X-LoadOn-Always: delayed

Expand Down

0 comments on commit e0dbbf2

Please sign in to comment.