From 93fc0ace32ce76cb1b206b03e584216eb71dfb5f Mon Sep 17 00:00:00 2001 From: Xruptor Date: Tue, 18 Jan 2011 08:22:48 -0500 Subject: [PATCH] -Small fix for a slash command --- XanBuffTimers.lua | 1 - XanBuffTimers.toc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/XanBuffTimers.lua b/XanBuffTimers.lua index a61c172..c6df6f9 100644 --- a/XanBuffTimers.lua +++ b/XanBuffTimers.lua @@ -51,7 +51,6 @@ function f:PLAYER_LOGIN() SLASH_XANBUFFTIMERS1 = "/xanbufftimers" SLASH_XANBUFFTIMERS2 = "/xbt" - SLASH_XANBUFFTIMERS3 = "/xandt" SlashCmdList["XANBUFFTIMERS"] = function(msg) local a,b,c=strfind(msg, "(%S+)"); --contiguous string of non-space characters diff --git a/XanBuffTimers.toc b/XanBuffTimers.toc index d3bcd56..8521960 100644 --- a/XanBuffTimers.toc +++ b/XanBuffTimers.toc @@ -2,7 +2,7 @@ ## Title: xanBuffTimers ## Notes: A small text based progress bar system for target buffs. ## Author: Xruptor -## Version: 1.0 +## Version: 1.1 ## SavedVariablesPerCharacter: XBT_DB xanBuffTimers.lua -- 1.7.9.5