Skip to content

Commit

Permalink
sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoizame committed Sep 8, 2022
1 parent d9d7468 commit b96fe07
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 19 deletions.
2 changes: 1 addition & 1 deletion AtlasLootClassic_Data/source-wrath.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4274,7 +4274,7 @@ local SOURCE_DATA = {
[47552] = {[1] = 21,[2] = 6,[3] = 1,[5] = 6},
[47553] = {[1] = 21,[2] = 6,[3] = 1,[5] = 6},
[47554] = {[1] = 21,[2] = 6,[3] = 1,[5] = 6},
[47556] = {{[1] = 21,[2] = 6,[3] = 1,[5] = {5}},{21,7,1}},
[47556] = {[1] = 21,[2] = 6,[3] = 1,[5] = {5}},
[47557] = {[1] = 21,[2] = 6,[3] = 1,[5] = {6}},
[47558] = {[1] = 21,[2] = 6,[3] = 1,[5] = {6}},
[47559] = {[1] = 21,[2] = 6,[3] = 1,[5] = {6}},
Expand Down
34 changes: 16 additions & 18 deletions AtlasLootClassic_DungeonsAndRaids/data-wrath.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5164,19 +5164,18 @@ data["TrialoftheCrusader"] = {
{ 4, 47643 }, -- Plans: Sunforged Breastplate (p2 450)
{ 5, 47644 }, -- Plans: Titanium Razorplate (p2 450)
{ 6, 47645 }, -- Plans: Titanium Spikeguards (p2 450)
{ 7, 47646 }, -- Pattern: Black Chitin Bracers (p7 450)
{ 8, 47647 }, -- Pattern: Bracers of Swift Death (p7 450)
{ 9, 47648 }, -- Pattern: Crusader's Dragonscale Bracers (p7 450)
{ 10, 47649 }, -- Pattern: Crusader's Dragonscale Breastplate (p7 450)
{ 11, 47650 }, -- Pattern: Ensorcelled Nerubian Breastplate (p7 450)
{ 12, 47651 }, -- Pattern: Knightbane Carapace (p7 450)
{ 13, 47652 }, -- Pattern: Lunar Eclipse Chestguard (p7 450)
{ 14, 47653 }, -- Pattern: Moonshadow Armguards (p7 450)
{ 8, 47646 }, -- Pattern: Black Chitin Bracers (p7 450)
{ 9, 47647 }, -- Pattern: Bracers of Swift Death (p7 450)
{ 10, 47648 }, -- Pattern: Crusader's Dragonscale Bracers (p7 450)
{ 11, 47649 }, -- Pattern: Crusader's Dragonscale Breastplate (p7 450)
{ 12, 47650 }, -- Pattern: Ensorcelled Nerubian Breastplate (p7 450)
{ 13, 47651 }, -- Pattern: Knightbane Carapace (p7 450)
{ 14, 47652 }, -- Pattern: Lunar Eclipse Chestguard (p7 450)
{ 15, 47653 }, -- Pattern: Moonshadow Armguards (p7 450)
{ 16, 47639 }, -- Pattern: Bejeweled Wizard's Bracers (p8 450)
{ 17, 47638 }, -- Pattern: Merlin's Robe (p8 450)
{ 18, 47637 }, -- Pattern: Royal Moonshroud Bracers (p8 450)
{ 19, 47636 }, -- Pattern: Royal Moonshroud Robe (p8 450)
{ 21, 47556 }, -- Crusader Orb
},
{ -- alli
{ 1, 47622 }, -- Plans: Breastplate of the White Knight (p2 450)
Expand All @@ -5185,19 +5184,18 @@ data["TrialoftheCrusader"] = {
{ 4, 47626 }, -- Plans: Sunforged Breastplate (p2 450)
{ 5, 47624 }, -- Plans: Titanium Razorplate (p2 450)
{ 6, 47625 }, -- Plans: Titanium Spikeguards (p2 450)
{ 7, 47629 }, -- Pattern: Black Chitin Bracers (p7 450)
{ 8, 47635 }, -- Pattern: Bracers of Swift Death (p7 450)
{ 9, 47631 }, -- Pattern: Crusader's Dragonscale Bracers (p7 450)
{ 10, 47630 }, -- Pattern: Crusader's Dragonscale Breastplate (p7 450)
{ 11, 47628 }, -- Pattern: Ensorcelled Nerubian Breastplate (p7 450)
{ 12, 47634 }, -- Pattern: Knightbane Carapace (p7 450)
{ 13, 47632 }, -- Pattern: Lunar Eclipse Chestguard (p7 450)
{ 14, 47633 }, -- Pattern: Moonshadow Armguards (p7 450)
{ 8, 47629 }, -- Pattern: Black Chitin Bracers (p7 450)
{ 9, 47635 }, -- Pattern: Bracers of Swift Death (p7 450)
{ 10, 47631 }, -- Pattern: Crusader's Dragonscale Bracers (p7 450)
{ 11, 47630 }, -- Pattern: Crusader's Dragonscale Breastplate (p7 450)
{ 12, 47628 }, -- Pattern: Ensorcelled Nerubian Breastplate (p7 450)
{ 13, 47634 }, -- Pattern: Knightbane Carapace (p7 450)
{ 14, 47632 }, -- Pattern: Lunar Eclipse Chestguard (p7 450)
{ 15, 47633 }, -- Pattern: Moonshadow Armguards (p7 450)
{ 16, 47654 }, -- Pattern: Bejeweled Wizard's Bracers (p8 450)
{ 17, 47655 }, -- Pattern: Merlin's Robe (p8 450)
{ 18, 47656 }, -- Pattern: Royal Moonshroud Bracers (p8 450)
{ 19, 47657 }, -- Pattern: Royal Moonshroud Robe (p8 450)
{ 21, 47556 }, -- Crusader Orb
}
),
},
Expand Down

0 comments on commit b96fe07

Please sign in to comment.