Mercurial > wow > ouroloot
diff core.lua @ 79:0235a1695b83
Tweak the manual entry hyperlink handling to use unique tags instead.
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Tue, 12 Jun 2012 17:33:38 +0000 |
parents | f8118aa5fbb8 |
children | f01d8d1b8f82 |
line wrap: on
line diff
--- a/core.lua Tue Jun 12 03:46:00 2012 +0000 +++ b/core.lua Tue Jun 12 17:33:38 2012 +0000 @@ -1943,7 +1943,7 @@ end end --- Called when first loading up, and then also when a 'clear' is being +-- Called at the end of OnInit, and then also when a 'clear' is being -- performed. If SV's are present then g_restore_p will be true. function _init (self, possible_st) self.dprint('flow',"_init running") @@ -1961,7 +1961,7 @@ end self.threshold = opts.threshold or self.threshold -- in the case of restoring but not tracking - self:gui_init(g_loot) + self:gui_init (g_loot, g_uniques) opts.autoshard = nil opts.threshold = nil