From 9215917286f3d5b0b0087aa9380d020f39e71d40 Mon Sep 17 00:00:00 2001 From: F16Gaming Date: Tue, 1 Nov 2011 07:10:44 +0100 Subject: [PATCH] Added /kt reset to help message. --- Dialogs.lua | 2 +- KillTrack.lua | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dialogs.lua b/Dialogs.lua index 0e75355..dd29096 100644 --- a/Dialogs.lua +++ b/Dialogs.lua @@ -41,7 +41,7 @@ local function Reset() local count = #KT.Global.MOBS + #KT.CharGlobal.MOBS wipe(KT.Global.MOBS) wipe(KT.CharGlobal.MOBS) - KT:Msg("Mob entries have been removed!") + KT:Msg(("%d mob entries have been removed!"):format(count)) StaticPopup_Show("KILLTRACK_FINISH", tostring(count)) end diff --git a/KillTrack.lua b/KillTrack.lua index 5b20c6d..141f59a 100644 --- a/KillTrack.lua +++ b/KillTrack.lua @@ -158,6 +158,7 @@ SlashCmdList["KILLTRACK"] = function(msg, editBox) KT:Msg("/kt target - Display number of kills on target mob.") KT:Msg("/kt - Display number of kills on , can also be NPC ID.") KT:Msg("/kt print - Toggle printing kill updates to chat.") + KT:Msg("/kt reset - Clear the mob database.") KT:Msg("/kt - Displays this help message.") end end -- 1.7.9.5