From 59be0ce85144ba4c868e81e4a67f52a3e3a08ccc Mon Sep 17 00:00:00 2001 From: Ironi Date: Fri, 6 Jan 2017 15:14:41 +0200 Subject: [PATCH] fix slashcmds (printing out keys when its not intented) --- iKeystones.lua | 3 ++- iKeystones.toc | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/iKeystones.lua b/iKeystones.lua index ac61e1d..f6a28fc 100644 --- a/iKeystones.lua +++ b/iKeystones.lua @@ -238,6 +238,7 @@ SlashCmdList["IKEYSTONES"] = function(msg) if C_ChallengeMode.GetSlottedKeystoneInfo() then C_ChallengeMode.StartChallengeMode() end + else + iKS:printKeystones() end - iKS:printKeystones() end \ No newline at end of file diff --git a/iKeystones.toc b/iKeystones.toc index 68d3f9c..a386fa9 100644 --- a/iKeystones.toc +++ b/iKeystones.toc @@ -2,7 +2,7 @@ ## Title: iKeystones ## Notes: Tracks your keystones ## Author: Ironi -## Version: 1.0 +## Version: 1.01 ## DefaultState: enabled ## SavedVariables: iKeystonesDB -- 1.7.9.5