- Fixed damage on low level training dummies where it was showing 1 damage for each ability.

- Added a line in the tooltip shown when hovering over the spec icon to show non-formated DPS, example: "12.0K" DPS shows "11,985.8".
- Developers: command /run Details:DumpTable() should now show the correct table names with quotation marks if string.
- Framework update.
This commit is contained in:
Tercio
2018-10-19 21:11:32 -03:00
parent 6cfb1a71c4
commit c8bac60626
7 changed files with 358 additions and 55 deletions
+4 -2
View File
@@ -589,8 +589,10 @@
if (absorbed) then
amount = absorbed + (amount or 0)
end
if (overkill and overkill > 0) then
amount = amount - overkill
if (_is_in_instance) then
if (overkill and overkill > 0) then
amount = amount - overkill
end
end
if (este_jogador.grupo and not este_jogador.arena_enemy and not este_jogador.enemy) then --> source = friendly player and not an enemy player