Skip to content

Commit

Permalink
fix sources lua error
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoizame committed Oct 22, 2023
1 parent 0ac1a60 commit 84a9371
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions AtlasLootClassic_Data/source-wrath.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3520,16 +3520,16 @@ local SOURCE_DATA = {
[45649] = {{1,5,1},{2,3,1},{3,4,1},{4,5,1},{5,4,1},{6,4,1},{7,4,1},{8,5,1},{9,4,1},{10,7,1},{11,3,1},{12,4,1},{13,4,1}},
[45650] = {{1,5,1},{2,3,1},{3,4,1},{4,5,1},{5,4,1},{6,4,1},{7,4,1},{8,5,1},{9,4,1},{10,7,1},{11,3,1},{12,4,1},{13,4,1}},
[45651] = {{1,5,1},{2,3,1},{3,4,1},{4,5,1},{5,4,1},{6,4,1},{7,4,1},{8,5,1},{9,4,1},{10,7,1},{11,3,1},{12,4,1},{13,4,1}},
[45652] = {{[6] = {4,5,1}},{1,5,1},{2,3,1},{3,4,1},},{4,5,1},{5,4,1},{6,4,1},{7,4,1},{8,5,1},{9,4,1},{10,7,1},{11,3,1},{12,4,1},{13,4,1}},
[45652] = {{[6] = {4,5,1}},{1,5,1},{2,3,1},{3,4,1},{4,5,1},{5,4,1},{6,4,1},{7,4,1},{8,5,1},{9,4,1},{10,7,1},{11,3,1},{12,4,1},{13,4,1}},
[45653] = {[1] = 20,[2] = 11,[3] = 1,[5] = {3,4}},
[45654] = {[1] = 20,[2] = 11,[3] = 1,[5] = {3,4}},
[45655] = {[1] = 20,[2] = 11,[3] = 1,[5] = {3,4}},
[45656] = {[1] = 20,[2] = 14,[3] = 1,[5] = {3,4}},
[45657] = {[1] = 20,[2] = 14,[3] = 1,[5] = {3,4}},
[45658] = {[1] = 20,[2] = 14,[3] = 1,[5] = {3,4}},
[45659] = {{[6] = {4,5,1}},{1,5,1},{2,3,1},{3,4,1},},{4,5,1},{5,4,1},{6,4,1},{7,4,1},{8,5,1},{9,4,1},{10,7,1},{11,3,1},{12,4,1},{13,4,1}},
[45660] = {{[6] = {4,5,1}},{1,5,1},{2,3,1},{3,4,1},},{4,5,1},{5,4,1},{6,4,1},{7,4,1},{8,5,1},{9,4,1},{10,7,1},{11,3,1},{12,4,1},{13,4,1}},
[45661] = {{[6] = {4,5,1}},{1,5,1},{2,3,1},{3,4,1},},{4,5,1},{5,4,1},{6,4,1},{7,4,1},{8,5,1},{9,4,1},{10,7,1},{11,3,1},{12,4,1},{13,4,1}},
[45659] = {{[6] = {4,5,1}},{1,5,1},{2,3,1},{3,4,1},{4,5,1},{5,4,1},{6,4,1},{7,4,1},{8,5,1},{9,4,1},{10,7,1},{11,3,1},{12,4,1},{13,4,1}},
[45660] = {{[6] = {4,5,1}},{1,5,1},{2,3,1},{3,4,1},{4,5,1},{5,4,1},{6,4,1},{7,4,1},{8,5,1},{9,4,1},{10,7,1},{11,3,1},{12,4,1},{13,4,1}},
[45661] = {{[6] = {4,5,1}},{1,5,1},{2,3,1},{3,4,1},{4,5,1},{5,4,1},{6,4,1},{7,4,1},{8,5,1},{9,4,1},{10,7,1},{11,3,1},{12,4,1},{13,4,1}},
[45663] = {[1] = 20,[2] = 12,[3] = 1,[5] = 4},
[45665] = {[1] = 20,[2] = 7,[3] = 1,[5] = 4},
[45675] = {7,3,1},
Expand Down Expand Up @@ -5947,6 +5947,6 @@ local SOURCE_DATA = {
[900182] = {[1] = 25,[2] = 4,[3] = 1,[5] = 4},
[900183] = {[1] = 25,[2] = 4,[3] = 1,[5] = 4}
}
}

--##END-DATA##
AtlasLoot.Addons:GetAddon("Sources"):SetData(SOURCE_DATA)

0 comments on commit 84a9371

Please sign in to comment.