Added friendly fire and healing taken into the new breakdown

This commit is contained in:
Tercio Jose
2023-05-12 15:17:11 -03:00
parent 4af7d8d187
commit 6527146c5d
6 changed files with 114 additions and 7 deletions
+2 -1
View File
@@ -111,7 +111,8 @@ function Details:OpenBreakdownWindow(instanceObject, actorObject, bFromAttribute
Details:CloseBreakdownWindow()
return
end
return Details.row_singleclick_overwrite[mainAttribute][subAttribute](_, actorObject, instanceObject, bIsShiftKeyDown, bIsControlKeyDown)
Details.row_singleclick_overwrite[mainAttribute][subAttribute](_, actorObject, instanceObject, bIsShiftKeyDown, bIsControlKeyDown)
return
end
if (instanceObject:GetMode() == DETAILS_MODE_RAID) then