Skip to content

Commit

Permalink
Ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowBrooks committed Apr 22, 2024
1 parent d262ef5 commit 9f39271
Show file tree
Hide file tree
Showing 8 changed files with 239 additions and 202 deletions.
16 changes: 9 additions & 7 deletions .contrib/Parser/DATAS/08 - PvP/00 Achievements.lua
Original file line number Diff line number Diff line change
Expand Up @@ -421,13 +421,15 @@ root(ROOTS.PVP, pvp(n(ACHIEVEMENTS, {
}),
-- #endif
ach(610, { -- Death to the Warchief!
-- #if AFTER 6.0.3
["provider"] = { "n", 86832 }, -- Vol'jin <Warchief>
-- #elseif AFTER 4.0.3
["provider"] = { "n", 39605 }, -- Garrosh Hellscream <Warchief>
-- #else
["provider"] = { "n", 4949 }, -- Thrall <Warchief>
-- #endif
["providers"] = {
-- #if AFTER 6.0.3
{ "n", 86832 }, -- Vol'jin <Warchief>
-- #elseif AFTER 4.0.3
{ "n", 39605 }, -- Garrosh Hellscream <Warchief>
-- #else
{ "n", 4949 }, -- Thrall <Warchief>
-- #endif
},
["timeline"] = { "added 3.0.1", "removed 7.0.3" },
["maps"] = { ORGRIMMAR },
["races"] = ALLIANCE_ONLY,
Expand Down
32 changes: 12 additions & 20 deletions .contrib/Parser/DATAS/08 - PvP/01 Classic PvP.lua
Original file line number Diff line number Diff line change
Expand Up @@ -752,20 +752,18 @@ root(ROOTS.PVP, run(MarkOfWHOOOWHATNow, pvp(expansion(EXPANSION.CLASSIC, {
},
["timeline"] = { "removed 3.3.3" },
["races"] = ALLIANCE_ONLY,
-- #if AFTER TBC
["cost"] = {
-- #if AFTER TBC
{ "i", 20560, 1 }, -- Alterac Valley Mark of Honor
{ "i", 20559, 1 }, -- Arathi Basin Mark of Honor
{ "i", 29024, 1 }, -- Eye of the Storm Mark of Honor
{ "i", 20558, 1 }, -- Warsong Gulch Mark of Honor
},
-- #else
["cost"] = {
-- #else
{ "i", 20560, 3 }, -- Alterac Valley Mark of Honor
{ "i", 20559, 3 }, -- Arathi Basin Mark of Honor
{ "i", 20558, 3 }, -- Warsong Gulch Mark of Honor
-- #endif
},
-- #endif
-- #if AFTER WRATH
["lvl"] = 61,
-- #elseif AFTER TBC
Expand All @@ -792,20 +790,18 @@ root(ROOTS.PVP, run(MarkOfWHOOOWHATNow, pvp(expansion(EXPANSION.CLASSIC, {
["timeline"] = { "removed 3.3.3" },
["races"] = ALLIANCE_ONLY,
["repeatable"] = true,
-- #if AFTER TBC
["cost"] = {
-- #if AFTER TBC
{ "i", 20560, 1 }, -- Alterac Valley Mark of Honor
{ "i", 20559, 1 }, -- Arathi Basin Mark of Honor
{ "i", 29024, 1 }, -- Eye of the Storm Mark of Honor
{ "i", 20558, 1 }, -- Warsong Gulch Mark of Honor
},
-- #else
["cost"] = {
-- #else
{ "i", 20560, 3 }, -- Alterac Valley Mark of Honor
{ "i", 20559, 3 }, -- Arathi Basin Mark of Honor
{ "i", 20558, 3 }, -- Warsong Gulch Mark of Honor
-- #endif
},
-- #endif
-- #if AFTER WRATH
["lvl"] = 61,
-- #elseif AFTER TBC
Expand All @@ -830,20 +826,18 @@ root(ROOTS.PVP, run(MarkOfWHOOOWHATNow, pvp(expansion(EXPANSION.CLASSIC, {
},
["timeline"] = { "removed 3.3.3" },
["races"] = HORDE_ONLY,
-- #if AFTER TBC
["cost"] = {
-- #if AFTER TBC
{ "i", 20560, 1 }, -- Alterac Valley Mark of Honor
{ "i", 20559, 1 }, -- Arathi Basin Mark of Honor
{ "i", 29024, 1 }, -- Eye of the Storm Mark of Honor
{ "i", 20558, 1 }, -- Warsong Gulch Mark of Honor
},
-- #else
["cost"] = {
-- #else
{ "i", 20560, 3 }, -- Alterac Valley Mark of Honor
{ "i", 20559, 3 }, -- Arathi Basin Mark of Honor
{ "i", 20558, 3 }, -- Warsong Gulch Mark of Honor
-- #endif
},
-- #endif
-- #if AFTER WRATH
["lvl"] = 61,
-- #elseif AFTER TBC
Expand All @@ -870,20 +864,18 @@ root(ROOTS.PVP, run(MarkOfWHOOOWHATNow, pvp(expansion(EXPANSION.CLASSIC, {
["timeline"] = { "removed 3.3.3" },
["races"] = HORDE_ONLY,
["repeatable"] = true,
-- #if AFTER TBC
["cost"] = {
-- #if AFTER TBC
{ "i", 20560, 1 }, -- Alterac Valley Mark of Honor
{ "i", 20559, 1 }, -- Arathi Basin Mark of Honor
{ "i", 29024, 1 }, -- Eye of the Storm Mark of Honor
{ "i", 20558, 1 }, -- Warsong Gulch Mark of Honor
},
-- #else
["cost"] = {
-- #else
{ "i", 20560, 3 }, -- Alterac Valley Mark of Honor
{ "i", 20559, 3 }, -- Arathi Basin Mark of Honor
{ "i", 20558, 3 }, -- Warsong Gulch Mark of Honor
-- #endif
},
-- #endif
-- #if AFTER WRATH
["lvl"] = 61,
-- #elseif AFTER TBC
Expand Down
Loading

0 comments on commit 9f39271

Please sign in to comment.