From 8d8035452d5b215d94d5d663986a7973923726fb Mon Sep 17 00:00:00 2001 From: zorba Date: Wed, 31 Dec 2008 05:15:29 -0800 Subject: [PATCH] add tracker position reset to hardreset --- help.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/help.lua b/help.lua index 186085e..7e58754 100644 --- a/help.lua +++ b/help.lua @@ -219,6 +219,7 @@ function QuestHelper:HardReset(code) QuestHelper_Home = nil QuestHelper_CharVersion = nil self:Purge(nil, true) + self:ResetTrackerPosition() else if not self.purge_code then self.purge_code = self:CreateUID(8) end QuestHelper:TextOut("THIS COMMAND WILL DELETE ALL YOUR COLLECTED DATA AND RESET ALL YOUR PREFERENCES") -- 2.11.4.GIT