-OOPS small fix for those using my xanEXP addon. Darn copy and paste!
Xruptor [04-16-12 - 12:51]
-OOPS small fix for those using my xanEXP addon. Darn copy and paste!
diff --git a/xanReplaceEnchant.lua b/xanReplaceEnchant.lua
index e8c1076..d526236 100644
--- a/xanReplaceEnchant.lua
+++ b/xanReplaceEnchant.lua
@@ -13,7 +13,7 @@ function f:PLAYER_LOGIN()
self:RegisterEvent("REPLACE_ENCHANT")
- SLASH_XANEXP1 = "/xanre";
+ SLASH_XANREPLACEENCHANT1 = "/xanre";
SlashCmdList["XANREPLACEENCHANT"] = xanRE_SlashCommand;
local ver = GetAddOnMetadata("xanReplaceEnchant","Version") or '1.0'
diff --git a/xanReplaceEnchant.toc b/xanReplaceEnchant.toc
index 0e8eba2..f32e5f3 100644
--- a/xanReplaceEnchant.toc
+++ b/xanReplaceEnchant.toc
@@ -2,7 +2,7 @@
## Title: xanReplaceEnchant
## Notes: A small addon that auto accepts the replace enchant dialog
## Author: Xruptor
-## Version: 1.0
+## Version: 1.1
## SavedVariables: XanRE_DB
xanReplaceEnchant.lua