Mercurial > wow > ouroloot
comparison core.lua @ 130:08d3d2b7c31d
Move debug table pointers to gui_init.
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Mon, 27 Aug 2012 02:59:49 -0400 |
parents | 2731702567c4 |
children | 47b149f9a5d7 |
comparison
equal
deleted
inserted
replaced
129:2731702567c4 | 130:08d3d2b7c31d |
---|---|
2357 | 2357 |
2358 self.status_text = ("%s(r%s) communicating as ident %s commrev %s"): | 2358 self.status_text = ("%s(r%s) communicating as ident %s commrev %s"): |
2359 format (self.version, self.revision, self.ident, self.commrev) | 2359 format (self.version, self.revision, self.ident, self.commrev) |
2360 self:RegisterComm(self.ident) | 2360 self:RegisterComm(self.ident) |
2361 self:RegisterComm(self.identTg, "OnCommReceivedNocache") | 2361 self:RegisterComm(self.identTg, "OnCommReceivedNocache") |
2362 | |
2363 if self.author_debug then | |
2364 _G.Ogloot = g_loot | |
2365 _G.Odloot = g_loot_wrapper | |
2366 end | |
2367 end | 2362 end |
2368 | 2363 |
2369 -- Raid roster snapshots | 2364 -- Raid roster snapshots |
2370 do | 2365 do |
2371 function addon:snapshot_raid (only_inraid_p) | 2366 function addon:snapshot_raid (only_inraid_p) |