Remove (debug) from first hit message
This commit is contained in:
parent
171731f3db
commit
2be4836a21
1 changed files with 1 additions and 1 deletions
|
|
@ -608,7 +608,7 @@
|
|||
|
||||
Details.WhoAggroTimer = C_Timer.NewTimer(0.1, whoAggro)
|
||||
Details.WhoAggroTimer.HitBy = "|cFFFFFF00First Hit|r: " .. (link or "") .. " from " .. (sourceName or "Unknown")
|
||||
Details:Msg("(debug):", Details.WhoAggroTimer.HitBy)
|
||||
Details:Msg(Details.WhoAggroTimer.HitBy)
|
||||
end
|
||||
|
||||
Details:EntrarEmCombate(sourceSerial, sourceName, sourceFlags, targetSerial, targetName, targetFlags)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue