Skip to content

Commit

Permalink
removed utc for quick and dirty fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mplachter committed Nov 25, 2019
1 parent 3bc0a88 commit 779dadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HonorAssistDatabase.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ end
function HonorAssist:LoadDataSinceDateTimeUtc(dailyStartTimeEpoch, hourlyStartTimeEpoch)
for enemyName, enemyKills in pairs(HonorAssistData) do
for index, honorGained in pairs(enemyKills) do
if honorGained.Honor ~= nil and honorGained.DateUtc ~= nil then
if honorGained.Honor ~= nil then
local percentage, realisticHonor = HonorAssist:CalculateRealisticHonor(index, honorGained.Honor)
local timeKilledEpoch = HonorAssist:DatabaseTimeUtcToLuaTime(honorGained.DateUtc)

Expand Down

0 comments on commit 779dadc

Please sign in to comment.