Skip to content

Commit

Permalink
be76fa9 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoRogai committed Dec 5, 2024
1 parent 7c77e91 commit 4ce2771
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions FactionsAdditionalInfo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,7 @@ local factionsAdditionalInfo = {
},
{
name = "Bizmo's Brawlpub (Season 1)",
faction_side = "Alliance",
side = "Alliance",
zones = {"Bizmo's Brawlpub, Deeprun Tram"},
category = "PvP",
quartermaster_location = "Bizmo's Brawlpub, Deeprun Tram",
Expand All @@ -1514,7 +1514,7 @@ local factionsAdditionalInfo = {
},
{
name = "Wrynn's Vanguard",
faction_side = "Alliance",
side = "Alliance",
zones = {"Ashran"},
category = "PvP",
quartermaster_location = "Stormshield, Ashran",
Expand All @@ -1525,7 +1525,7 @@ local factionsAdditionalInfo = {
},
{
name = "Bizmo's Brawlpub (Season 2)",
faction_side = "Alliance",
side = "Alliance",
zones = {"Bizmo's Brawlpub, Deeprun Tram"},
category = "PvP",
quartermaster_location = "Bizmo's Brawlpub, Deeprun Tram",
Expand All @@ -1536,7 +1536,7 @@ local factionsAdditionalInfo = {
},
{
name = "The League of Arathor",
faction_side = "Alliance",
side = "Alliance",
zones = {"Arathi Basin"},
category = "PvP",
quartermaster_location = "Refuge Pointe, Arathi Highlands",
Expand All @@ -1547,7 +1547,7 @@ local factionsAdditionalInfo = {
},
{
name = "Silverwing Sentinels",
faction_side = "Alliance",
side = "Alliance",
zones = {"Warsong Gulch"},
category = "PvP",
quartermaster_location = "Silverwing Grove, Ashenvale",
Expand All @@ -1558,7 +1558,7 @@ local factionsAdditionalInfo = {
},
{
name = "Wintersaber Trainers",
faction_side = "Alliance",
side = "Alliance",
zones = {"Winterspring"},
category = "Quest",
quartermaster_location = "Frostsaber Rock, Winterspring",
Expand All @@ -1568,7 +1568,7 @@ local factionsAdditionalInfo = {
},
{
name = "Tina Mudclaw",
faction_side = "Neutral",
side = "Neutral",
zones = {"Valley of the Four Winds"},
category = "Mists of Pandaria",
quartermaster_location = "Halfhill Market, Valley of the Four Winds",
Expand All @@ -1579,7 +1579,7 @@ local factionsAdditionalInfo = {
},
{
name = "Nat Pagle",
faction_side = "Neutral",
side = "Neutral",
zones = {"Krasarang Wilds"},
category = "Fishing",
quartermaster_location = "Anglers Wharf, Krasarang Wilds",
Expand All @@ -1590,7 +1590,7 @@ local factionsAdditionalInfo = {
},
{
name = "Talonpriest Ishaal",
faction_side = "Neutral",
side = "Neutral",
zones = {"Spires of Arak"},
category = "Quest",
quartermaster_location = "Shadowmoon Valley or Spires of Arak",
Expand All @@ -1601,7 +1601,7 @@ local factionsAdditionalInfo = {
},
{
name = "Everlook",
faction_side = "Neutral",
side = "Neutral",
zones = {"Winterspring"},
category = "Classic",
quartermaster_location = "Everlook, Winterspring",
Expand All @@ -1612,7 +1612,7 @@ local factionsAdditionalInfo = {
},
{
name = "Sho",
faction_side = "Neutral",
side = "Neutral",
zones = {"Valley of the Four Winds"},
category = "Mists of Pandaria",
quartermaster_location = "Halfhill Market, Valley of the Four Winds",
Expand All @@ -1623,7 +1623,7 @@ local factionsAdditionalInfo = {
},
{
name = "Shang Xi's Academy",
faction_side = "Neutral",
side = "Neutral",
zones = {"The Wandering Isle"},
category = "Starting Zone",
quartermaster_location = "Shang Xi's Academy, The Wandering Isle",
Expand All @@ -1633,7 +1633,7 @@ local factionsAdditionalInfo = {
},
{
name = "Sha'tari Skyguard",
faction_side = "Neutral",
side = "Neutral",
zones = {"Terokkar Forest", "Blade's Edge Mountains"},
category = "Quest",
quartermaster_location = "Blackwing Landing, Terokkar Forest",
Expand All @@ -1644,7 +1644,7 @@ local factionsAdditionalInfo = {
},
{
name = "Delvar Ironfist",
faction_side = "Neutral",
side = "Neutral",
zones = {"Shadowmoon Valley"},
category = "Follower",
quartermaster_location = "Lunarfall Garrison, Shadowmoon Valley",
Expand Down

0 comments on commit 4ce2771

Please sign in to comment.