# HG changeset patch # User Farmbuyer of US-Kilrogg # Date 1346050789 14400 # Node ID 08d3d2b7c31da2a7cc77200c0d8436f8fb73c3ad # Parent 2731702567c4de5f9f1657284e12263aad568098 Move debug table pointers to gui_init. diff -r 2731702567c4 -r 08d3d2b7c31d core.lua --- a/core.lua Mon Aug 27 02:53:42 2012 -0400 +++ b/core.lua Mon Aug 27 02:59:49 2012 -0400 @@ -2359,11 +2359,6 @@ format (self.version, self.revision, self.ident, self.commrev) self:RegisterComm(self.ident) self:RegisterComm(self.identTg, "OnCommReceivedNocache") - - if self.author_debug then - _G.Ogloot = g_loot - _G.Odloot = g_loot_wrapper - end end -- Raid roster snapshots diff -r 2731702567c4 -r 08d3d2b7c31d gui.lua --- a/gui.lua Mon Aug 27 02:53:42 2012 -0400 +++ b/gui.lua Mon Aug 27 02:59:49 2012 -0400 @@ -853,6 +853,12 @@ self:_fill_out_eoi_data(1) gui.eoiST:SetData(g_dloot) end + + if self.author_debug then + _G.Ogloot = g_loot + _G.Odloot = g_dloot + end + g_generated = nil tabgroup_tabs = {} window_title = "Ouro Loot " .. self.version