diff text_tabs.lua @ 69:8442272a8418

- Make sure popup dialogs are on top of Ace3's widgets. - Minor code reorganization. Safety hook for future boss-entry code. - Avoid same bug from a couple revs ago when adding manual boss kills. - Ask players about snapshot data when manually entering boss kills. - Blizzard rearranged the button order in 3-entry popups some time ago and I failed to adapt the code until now.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Fri, 11 May 2012 03:08:12 +0000
parents 3bed6d51e077
children ba5ff82dcf19
line wrap: on
line diff
--- a/text_tabs.lua	Wed May 09 09:38:14 2012 +0000
+++ b/text_tabs.lua	Fri May 11 03:08:12 2012 +0000
@@ -176,7 +176,7 @@
 		local e = loot[i]
 
 		if e.kind == 'boss' and e.reason == 'kill' then
-			-- This could, concievably, be different on a per-boss basis
+			-- Raid size can potentially be different on a per-boss basis
 			-- (e.g., "we're dropping to 10-man for the PvP boss")
 			local i,o = do_attendance (e.raidersnap, e.maxsize / MEMBERS_PER_RAID_GROUP)