From d7bd8724560c5a0908102e3d03c6c23c8112fb7d Mon Sep 17 00:00:00 2001 From: Xruptor Date: Mon, 16 Apr 2012 08:51:04 -0400 Subject: [PATCH] -OOPS small fix for those using my xanEXP addon. Darn copy and paste! --- xanReplaceEnchant.lua | 2 +- xanReplaceEnchant.toc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.9.5