Skip to content

Commit

Permalink
S5 gladiator mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoizame committed Sep 3, 2022
1 parent 8e01118 commit c9f247b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions AtlasLootClassic/Data/Mount.lua
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,11 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.WRATH_VERSION_NUM) then
[43952] = 27785, -- Reins of the Azure Drake
[43953] = 25832, -- Reins of the Blue Drake
[44160] = 28044, -- Reins of the Red Proto-Drake

[46708] = 25511, -- Deadly Gladiator's Frost Wyrm
[46171] = 25593, -- Furious Gladiator's Frost Wyrm
[47840] = 29794, -- Relentless Gladiator's Frost Wyrm
[50435] = 31047, -- Wrathful Gladiator's Frost Wyrm
}
end

Expand Down
10 changes: 10 additions & 0 deletions AtlasLootClassic_Collections/data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1494,6 +1494,16 @@ data["Mounts"] = {
{ 19, 43516 }, -- Brutal Nether Drake
},
}),
AtlasLoot:GameVersion_GE(AtlasLoot.WRATH_VERSION_NUM, {
name = format("%s - %s", AL["PvP"], AL["Wrath"]),
NameColor = BLUE,
[NORMAL_DIFF] = {
{ 1, 46708 }, -- Deadly Gladiator's Frost Wyrm
{ 2, 46171 }, -- Furious Gladiator's Frost Wyrm
{ 3, 47840 }, -- Relentless Gladiator's Frost Wyrm
{ 4, 50435 }, -- Wrathful Gladiator's Frost Wyrm
},
}),
{ -- Drops
name = AL["Drops"],
[NORMAL_DIFF] = {
Expand Down

0 comments on commit c9f247b

Please sign in to comment.