Fixing stuff from latest alpha and more development

This commit is contained in:
Tercio Jose
2023-05-30 15:45:50 -03:00
parent 0cdfa2b900
commit 9021a4de4d
31 changed files with 1549 additions and 1873 deletions
+2 -1
View File
@@ -383,10 +383,11 @@
local avoidance_fill = function(tab, player, combat)
local elapsed_time = combat:GetCombatTime()
local last_combat = combat.previous_combat
local last_combat = combat.previous_combat --this is always nil from 2023 may 26
if (not last_combat or not last_combat [1]) then
last_combat = combat
end
local last_actor = last_combat (1, player.nome)
local n = player.nome
if (n:find("-")) then