Skip to content

Commit

Permalink
fix: triggering build
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisboom committed Dec 27, 2022
1 parent cb01157 commit 1931cce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
----------------------------------------------
-- Module
----------------------------------------------
EnchantCheck = LibStub("AceAddon-3.0"):NewAddon("Enchant Check",
"AceConsole-3.0", "AceEvent-3.0", "AceHook-3.0", "AceTimer-3.0");
EnchantCheck = LibStub("AceAddon-3.0"):NewAddon("Enchant Check", "AceConsole-3.0", "AceEvent-3.0", "AceHook-3.0", "AceTimer-3.0");

----------------------------------------------
-- Localization
Expand Down

0 comments on commit 1931cce

Please sign in to comment.