Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
tdymel committed Mar 13, 2017
1 parent e968707 commit fae5193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DPSMate/DPSMate_DataBuilder.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1090,6 +1090,7 @@ local hackOrder, hackOrder2 = {}, {}
local time, path, gen
function DPSMate.DB:DamageDone(Duser, Dname, Dhit, Dcrit, Dmiss, Dparry, Ddodge, Dresist, Damount, Dglance, Dblock)
Duser = self:BuildUser(Duser)
time = GT()
if (not CombatState and cheatCombat<time) then
DPSMate.Options:NewSegment()
CombatState = true
Expand Down

0 comments on commit fae5193

Please sign in to comment.