-Small fix for a slash command
Xruptor [01-18-11 - 13:22]
-Small fix for a slash command
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