From 4b5f84c61fee348b2951331e2509428bbda8ebea Mon Sep 17 00:00:00 2001 From: Jesse Manelius Date: Tue, 6 Mar 2018 21:43:46 +0200 Subject: [PATCH] fix /iks next --- iKeystones.lua | 2 +- iKeystones.toc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iKeystones.lua b/iKeystones.lua index b92f316..f1490bf 100644 --- a/iKeystones.lua +++ b/iKeystones.lua @@ -869,7 +869,7 @@ SlashCmdList["IKEYSTONES"] = function(msg) local aff2 = C_ChallengeMode.GetAffixInfo(iKS.affixCycles[nextCycle][2]) local aff3 = C_ChallengeMode.GetAffixInfo(iKS.affixCycles[nextCycle][3]) print(string.format('iKS: Next cycle : %s, %s, %s.',aff1, aff2, aff3)) - break + return end end print(string.format('iKS: Uknown cycle, contact author')) diff --git a/iKeystones.toc b/iKeystones.toc index 139d617..afd7375 100644 --- a/iKeystones.toc +++ b/iKeystones.toc @@ -2,7 +2,7 @@ ## Title: iKeystones ## Notes: Tracks your keystones ## Author: Ironi -## Version: 1.56 +## Version: 1.561 ## DefaultState: enabled ## SavedVariables: iKeystonesDB, iKeystonesConfig -- 1.7.9.5