changeset 22:33ce273687ab

Also wipe debugging log on a total reset.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Sun, 04 Sep 2011 19:09:15 +0000
parents 41e735c1b91f
children 8664134bba4f
files core.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/core.lua	Thu Sep 01 02:55:38 2011 +0000
+++ b/core.lua	Sun Sep 04 19:09:15 2011 +0000
@@ -451,6 +451,7 @@
 	OuroLootSV_saved = nil
 	OuroLootSV_opts = nil
 	OuroLootSV_hist = nil
+	OuroLootSV_log = nil
 	ReloadUI()
 end
 function addon:PLAYER_LOGOUT()