# HG changeset patch # User Farmbuyer of US-Kilrogg # Date 1315163355 0 # Node ID 33ce273687ab9935737d6c0d2eb9d0b79c012581 # Parent 41e735c1b91f2192287dc9d10f641681801d1bb0 Also wipe debugging log on a total reset. diff -r 41e735c1b91f -r 33ce273687ab core.lua --- 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()