From 23c20ae5fca3652c1daaeae7e079694af6ebcac5 Mon Sep 17 00:00:00 2001 From: Teelo <49792789+teelolws@users.noreply.github.com> Date: Sat, 15 Jan 2022 10:35:15 +1300 Subject: [PATCH] Update honorspy.lua --- honorspy.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/honorspy.lua b/honorspy.lua index 10d4be4..88f212c 100755 --- a/honorspy.lua +++ b/honorspy.lua @@ -716,6 +716,7 @@ function HonorSpy:CheckNeedReset(skipUpdate) -- Reset just the characters totals if (HonorSpy.db.char.last_reset ~= must_reset_on) then + HonorSpy.db.char.last_reset = must_reset_on HonorSpy.db.char.original_honor = 0 HonorSpy.db.char.estimated_honor = 0 HonorSpy.db.char.today_kills = {}