Skip to content

Commit

Permalink
Merge pull request #11 from matthintr/bugs/init-search-and-replace-typo
Browse files Browse the repository at this point in the history
Fixed refactoring typo
  • Loading branch information
Vapok authored Jun 15, 2020
2 parents 8b89301 + 888b24d commit 8f8a52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ function MonDKP:OnInitialize(event, name) -- This is the FIRST function to run

if not MonDKP:GetTable(MonDKP_DKPHistory, true).seed then MonDKP:GetTable(MonDKP_DKPHistory, true).seed = 0 end
if not MonDKP:GetTable(MonDKP_Loot, true).seed then MonDKP:GetTable(MonDKP_Loot, true).seed = 0 end
if MonDKP:GetTable(MonDKP_DKPTable, true).seed then MonMonDKP:GetTable(MonDKP_DKPTable, true)DKP_DKPTable.seed = nil end
if MonDKP:GetTable(MonDKP_DKPTable, true).seed then MonDKP:GetTable(MonDKP_DKPTable, true).seed = nil end


core.CurrentRaidZone = core.DB.bossargs.CurrentRaidZone; -- stores raid zone as a redundency
Expand Down

0 comments on commit 8f8a52e

Please sign in to comment.