Bug fixes

This commit is contained in:
Tercio Jose
2020-12-20 11:59:26 -03:00
parent ec5fad443a
commit 4046189c5f
5 changed files with 96 additions and 29 deletions
+2 -1
View File
@@ -557,8 +557,9 @@
end
local spells = ""
death_table = death_table[1]
local last = #death_table
for i = 1, _detalhes.announce_deaths.last_hits do
for o = last, 1, -1 do
local this_death = death_table [o]