diff core.lua @ 53:7af58a7dce7d

Don't collapse wipes into kills across normal/heroic boundaries. Apply preferredIndex change to popup dialogs to avoid memory tainting.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Fri, 06 Apr 2012 18:23:22 +0000
parents 857aea8ae33d
children 6d5fcbdc0590
line wrap: on
line diff
--- a/core.lua	Wed Feb 01 06:53:34 2012 +0000
+++ b/core.lua	Fri Apr 06 18:23:22 2012 +0000
@@ -1463,6 +1463,7 @@
 		while d ~= e do
 			if d.bosskill and
 			   d.bosskill == e.bosskill and
+			   d.instance == e.instance and
 			   d.reason == 'wipe'
 			then
 				first = first or i