From 1a74db58e3546cc7070673517e84d04e91a6f58d Mon Sep 17 00:00:00 2001 From: Xruptor Date: Fri, 16 Jul 2010 12:52:59 -0400 Subject: [PATCH] -Reset switch fixed. --- XanReputation.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/XanReputation.lua b/XanReputation.lua index 6b8c467..26cb0ed 100644 --- a/XanReputation.lua +++ b/XanReputation.lua @@ -45,6 +45,7 @@ function XanReputation_SlashCommand(cmd) if a then if c and c:lower() == "reset" then DEFAULT_CHAT_FRAME:AddMessage("XanReputation: Frame position has been reset!"); + XanReputation:ClearAllPoints() XanReputation:SetPoint("CENTER", UIParent, "CENTER", 0, 0); return true end -- 1.7.9.5