Skip to content

Commit

Permalink
Update all module names
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcraig committed Feb 6, 2024
1 parent 58199ce commit 7127d74
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion build/AdiBags_ByExpansion_BfA/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local categories = core:GetDefaultCategories()
categories['Mechagon'] = "Mechagon Island"

local module = {
["name"] = "bfa",
["name"] = "ABE 08. BfA",
["categories"] = categories,
["namespace"] = "BfA",
["prefix"] = {
Expand Down
2 changes: 1 addition & 1 deletion build/AdiBags_ByExpansion_Cata/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local AddonName, AddonTable = ...
local core = LibStub("AceAddon-3.0"):GetAddon("AdiBags_ByExansion")

local module = {
["name"] = "cata",
["name"] = "ABE 04. Cata",
["categories"] = core:GetDefaultCategories(),
["namespace"] = "Cata",
["prefix"] = {
Expand Down
2 changes: 1 addition & 1 deletion build/AdiBags_ByExpansion_Dragonflight/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ options["ProfessionEquipment"] = {
}

local module = {
["name"] = "Dragonflight",
["name"] = "ABE 10. DF",
["categories"] = categories,
["namespace"] = "abe_dragonflight",
["prefix"] = {
Expand Down
2 changes: 1 addition & 1 deletion build/AdiBags_ByExpansion_Legion/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ options['ArtifactWeapons'] = {
}

local module = {
["name"] = "legion",
["name"] = "ABE 07. Legion",
["categories"] = categories,
["namespace"] = "Legion",
["prefix"] = {
Expand Down
2 changes: 1 addition & 1 deletion build/AdiBags_ByExpansion_MoP/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local AddonName, AddonTable = ...
local core = LibStub("AceAddon-3.0"):GetAddon("AdiBags_ByExansion")

local module = {
["name"] = "mop",
["name"] = "ABE 05. MoP",
["categories"] = core:GetDefaultCategories(),
["namespace"] = "MoP",
["prefix"] = {
Expand Down
2 changes: 1 addition & 1 deletion build/AdiBags_ByExpansion_Shadowlands/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ options['Korthia'] = {
}

local module = {
["name"] = "shadowlands",
["name"] = "ABE 09. SL",
["categories"] = categories,
["namespace"] = "Shadowlands",
["prefix"] = {
Expand Down
2 changes: 1 addition & 1 deletion build/AdiBags_ByExpansion_TBC/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local AddonName, AddonTable = ...
local core = LibStub("AceAddon-3.0"):GetAddon("AdiBags_ByExansion")

local module = {
["name"] = "tbc",
["name"] = "ABE 02. TBC",
["categories"] = core:GetDefaultCategories(),
["namespace"] = "TBC",
["prefix"] = {
Expand Down
2 changes: 1 addition & 1 deletion build/AdiBags_ByExpansion_WarWithin/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ local options = core:GetOptions()
-- }

local module = {
["name"] = "WarWithin",
["name"] = "ABE 11. WW",
["categories"] = categories,
["namespace"] = "abe_warwithin",
["prefix"] = {
Expand Down
2 changes: 1 addition & 1 deletion build/AdiBags_ByExpansion_WoD/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local categories = core:GetDefaultCategories()
categories["Garrison"] = "Garrison"

local module = {
["name"] = "wod",
["name"] = "ABE 06. WoD",
["categories"] = categories,
["namespace"] = "WoD",
["prefix"] = {
Expand Down
2 changes: 1 addition & 1 deletion build/AdiBags_ByExpansion_WoW/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local AddonName, AddonTable = ...
local core = LibStub("AceAddon-3.0"):GetAddon("AdiBags_ByExansion")

local module = {
["name"] = "wow",
["name"] = "ABE 01. WoW",
["categories"] = core:GetDefaultCategories(),
["namespace"] = "WoW",
["prefix"] = {
Expand Down
2 changes: 1 addition & 1 deletion build/AdiBags_ByExpansion_Wrath/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local AddonName, AddonTable = ...
local core = LibStub("AceAddon-3.0"):GetAddon("AdiBags_ByExansion")

local module = {
["name"] = "wrath",
["name"] = "ABE 03. Wrath",
["categories"] = core:GetDefaultCategories(),
["namespace"] = "Wrath",
["prefix"] = {
Expand Down
2 changes: 1 addition & 1 deletion src/AdiBags_ByExpansion_BfA/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local categories = core:GetDefaultCategories()
categories['Mechagon'] = "Mechagon Island"

local module = {
["name"] = "bfa",
["name"] = "ABE 08. BfA",
["categories"] = categories,
["namespace"] = "BfA",
["prefix"] = {
Expand Down
2 changes: 1 addition & 1 deletion src/AdiBags_ByExpansion_Cata/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local AddonName, AddonTable = ...
local core = LibStub("AceAddon-3.0"):GetAddon("AdiBags_ByExansion")

local module = {
["name"] = "cata",
["name"] = "ABE 04. Cata",
["categories"] = core:GetDefaultCategories(),
["namespace"] = "Cata",
["prefix"] = {
Expand Down
2 changes: 1 addition & 1 deletion src/AdiBags_ByExpansion_Dragonflight/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ options["ProfessionEquipment"] = {
}

local module = {
["name"] = "Dragonflight",
["name"] = "ABE 10. DF",
["categories"] = categories,
["namespace"] = "abe_dragonflight",
["prefix"] = {
Expand Down
2 changes: 1 addition & 1 deletion src/AdiBags_ByExpansion_Legion/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ options['ArtifactWeapons'] = {
}

local module = {
["name"] = "legion",
["name"] = "ABE 07. Legion",
["categories"] = categories,
["namespace"] = "Legion",
["prefix"] = {
Expand Down
2 changes: 1 addition & 1 deletion src/AdiBags_ByExpansion_MoP/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local AddonName, AddonTable = ...
local core = LibStub("AceAddon-3.0"):GetAddon("AdiBags_ByExansion")

local module = {
["name"] = "mop",
["name"] = "ABE 05. MoP",
["categories"] = core:GetDefaultCategories(),
["namespace"] = "MoP",
["prefix"] = {
Expand Down
2 changes: 1 addition & 1 deletion src/AdiBags_ByExpansion_Shadowlands/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ options['Korthia'] = {
}

local module = {
["name"] = "shadowlands",
["name"] = "ABE 09. SL",
["categories"] = categories,
["namespace"] = "Shadowlands",
["prefix"] = {
Expand Down
2 changes: 1 addition & 1 deletion src/AdiBags_ByExpansion_TBC/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local AddonName, AddonTable = ...
local core = LibStub("AceAddon-3.0"):GetAddon("AdiBags_ByExansion")

local module = {
["name"] = "tbc",
["name"] = "ABE 02. TBC",
["categories"] = core:GetDefaultCategories(),
["namespace"] = "TBC",
["prefix"] = {
Expand Down
2 changes: 1 addition & 1 deletion src/AdiBags_ByExpansion_WarWithin/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ local options = core:GetOptions()
-- }

local module = {
["name"] = "WarWithin",
["name"] = "ABE 11. WW",
["categories"] = categories,
["namespace"] = "abe_warwithin",
["prefix"] = {
Expand Down
2 changes: 1 addition & 1 deletion src/AdiBags_ByExpansion_WoD/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local categories = core:GetDefaultCategories()
categories["Garrison"] = "Garrison"

local module = {
["name"] = "wod",
["name"] = "ABE 06. WoD",
["categories"] = categories,
["namespace"] = "WoD",
["prefix"] = {
Expand Down
2 changes: 1 addition & 1 deletion src/AdiBags_ByExpansion_WoW/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local AddonName, AddonTable = ...
local core = LibStub("AceAddon-3.0"):GetAddon("AdiBags_ByExansion")

local module = {
["name"] = "wow",
["name"] = "ABE 01. WoW",
["categories"] = core:GetDefaultCategories(),
["namespace"] = "WoW",
["prefix"] = {
Expand Down
2 changes: 1 addition & 1 deletion src/AdiBags_ByExpansion_Wrath/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local AddonName, AddonTable = ...
local core = LibStub("AceAddon-3.0"):GetAddon("AdiBags_ByExansion")

local module = {
["name"] = "wrath",
["name"] = "ABE 03. Wrath",
["categories"] = core:GetDefaultCategories(),
["namespace"] = "Wrath",
["prefix"] = {
Expand Down

0 comments on commit 7127d74

Please sign in to comment.