comparison core.lua @ 115:289c7667adab

When fixing up missing item cache during load, make sure GUI displays from scratch. Put the bang back on UI tips checkbox (widget fixed). Revent r112, widgets both fixed now.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Tue, 14 Aug 2012 20:37:12 -0400
parents 67bf97136273
children fc2ff128835a
comparison
equal deleted inserted replaced
114:67bf97136273 115:289c7667adab
1881 function() self:ScheduleTimer("RAID_ROSTER_UPDATE", 5, "PLAYER_ENTERING_WORLD") end) 1881 function() self:ScheduleTimer("RAID_ROSTER_UPDATE", 5, "PLAYER_ENTERING_WORLD") end)
1882 self.popped = true 1882 self.popped = true
1883 if self.DO_ITEMID_FIX then 1883 if self.DO_ITEMID_FIX then
1884 self.DO_ITEMID_FIX = nil 1884 self.DO_ITEMID_FIX = nil
1885 self:do_item_cache_fixup(--[[force_silent=]]not self.author_debug) 1885 self:do_item_cache_fixup(--[[force_silent=]]not self.author_debug)
1886 self.loot_clean = nil
1886 end 1887 end
1887 if IsInRaid() then 1888 if IsInRaid() then
1888 self.dprint('flow', ">:Activate calling RRU") 1889 self.dprint('flow', ">:Activate calling RRU")
1889 self:RAID_ROSTER_UPDATE("Activate") 1890 self:RAID_ROSTER_UPDATE("Activate")
1890 elseif self.debug.notraid then 1891 elseif self.debug.notraid then