File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -1960,7 +1960,7 @@ function Details.Database.StoreEncounter(combat)
1960
1960
dps_best_raid = 0 ,
1961
1961
dps_best_raid_when = 0
1962
1962
}
1963
- print ( 4 )
1963
+
1964
1964
--- @type details_bosskillinfo
1965
1965
local bossData = totalkillsTable [encounterId ][diffName ]
1966
1966
--- @type combattime
@@ -1997,7 +1997,7 @@ function Details.Database.StoreEncounter(combat)
1997
1997
bossData .dps_best_raid_when = time ()
1998
1998
end
1999
1999
end
2000
- print ( 5 , diffName )
2000
+
2001
2001
-- check for heroic and mythic
2002
2002
if (Details222 .storage .IsDebug or Details222 .storage .DiffNamesHash [diffName ]) then
2003
2003
-- check the guild name
@@ -2046,8 +2046,6 @@ function Details.Database.StoreEncounter(combat)
2046
2046
local damageContainer = combat :GetContainer (DETAILS_ATTRIBUTE_DAMAGE )
2047
2047
local healingContainer = combat :GetContainer (DETAILS_ATTRIBUTE_HEAL )
2048
2048
2049
- print (6 , diffName )
2050
-
2051
2049
for i = 1 , GetNumGroupMembers () do
2052
2050
local role = UnitGroupRolesAssigned (cachedRaidUnitIds [i ])
2053
2051
@@ -2089,8 +2087,6 @@ function Details.Database.StoreEncounter(combat)
2089
2087
end
2090
2088
end
2091
2089
2092
- print (7 , diffName )
2093
-
2094
2090
-- add the encounter data
2095
2091
tinsert (allEncountersStored , combatResultData )
2096
2092
if (Details .debug ) then
You can’t perform that action at this time.
0 commit comments