Skip to content

Commit 4ce2771

Browse files
committed
be76fa9 fix
1 parent 7c77e91 commit 4ce2771

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

FactionsAdditionalInfo.lua

+14-14
Original file line numberDiff line numberDiff line change
@@ -1503,7 +1503,7 @@ local factionsAdditionalInfo = {
15031503
},
15041504
{
15051505
name = "Bizmo's Brawlpub (Season 1)",
1506-
faction_side = "Alliance",
1506+
side = "Alliance",
15071507
zones = {"Bizmo's Brawlpub, Deeprun Tram"},
15081508
category = "PvP",
15091509
quartermaster_location = "Bizmo's Brawlpub, Deeprun Tram",
@@ -1514,7 +1514,7 @@ local factionsAdditionalInfo = {
15141514
},
15151515
{
15161516
name = "Wrynn's Vanguard",
1517-
faction_side = "Alliance",
1517+
side = "Alliance",
15181518
zones = {"Ashran"},
15191519
category = "PvP",
15201520
quartermaster_location = "Stormshield, Ashran",
@@ -1525,7 +1525,7 @@ local factionsAdditionalInfo = {
15251525
},
15261526
{
15271527
name = "Bizmo's Brawlpub (Season 2)",
1528-
faction_side = "Alliance",
1528+
side = "Alliance",
15291529
zones = {"Bizmo's Brawlpub, Deeprun Tram"},
15301530
category = "PvP",
15311531
quartermaster_location = "Bizmo's Brawlpub, Deeprun Tram",
@@ -1536,7 +1536,7 @@ local factionsAdditionalInfo = {
15361536
},
15371537
{
15381538
name = "The League of Arathor",
1539-
faction_side = "Alliance",
1539+
side = "Alliance",
15401540
zones = {"Arathi Basin"},
15411541
category = "PvP",
15421542
quartermaster_location = "Refuge Pointe, Arathi Highlands",
@@ -1547,7 +1547,7 @@ local factionsAdditionalInfo = {
15471547
},
15481548
{
15491549
name = "Silverwing Sentinels",
1550-
faction_side = "Alliance",
1550+
side = "Alliance",
15511551
zones = {"Warsong Gulch"},
15521552
category = "PvP",
15531553
quartermaster_location = "Silverwing Grove, Ashenvale",
@@ -1558,7 +1558,7 @@ local factionsAdditionalInfo = {
15581558
},
15591559
{
15601560
name = "Wintersaber Trainers",
1561-
faction_side = "Alliance",
1561+
side = "Alliance",
15621562
zones = {"Winterspring"},
15631563
category = "Quest",
15641564
quartermaster_location = "Frostsaber Rock, Winterspring",
@@ -1568,7 +1568,7 @@ local factionsAdditionalInfo = {
15681568
},
15691569
{
15701570
name = "Tina Mudclaw",
1571-
faction_side = "Neutral",
1571+
side = "Neutral",
15721572
zones = {"Valley of the Four Winds"},
15731573
category = "Mists of Pandaria",
15741574
quartermaster_location = "Halfhill Market, Valley of the Four Winds",
@@ -1579,7 +1579,7 @@ local factionsAdditionalInfo = {
15791579
},
15801580
{
15811581
name = "Nat Pagle",
1582-
faction_side = "Neutral",
1582+
side = "Neutral",
15831583
zones = {"Krasarang Wilds"},
15841584
category = "Fishing",
15851585
quartermaster_location = "Anglers Wharf, Krasarang Wilds",
@@ -1590,7 +1590,7 @@ local factionsAdditionalInfo = {
15901590
},
15911591
{
15921592
name = "Talonpriest Ishaal",
1593-
faction_side = "Neutral",
1593+
side = "Neutral",
15941594
zones = {"Spires of Arak"},
15951595
category = "Quest",
15961596
quartermaster_location = "Shadowmoon Valley or Spires of Arak",
@@ -1601,7 +1601,7 @@ local factionsAdditionalInfo = {
16011601
},
16021602
{
16031603
name = "Everlook",
1604-
faction_side = "Neutral",
1604+
side = "Neutral",
16051605
zones = {"Winterspring"},
16061606
category = "Classic",
16071607
quartermaster_location = "Everlook, Winterspring",
@@ -1612,7 +1612,7 @@ local factionsAdditionalInfo = {
16121612
},
16131613
{
16141614
name = "Sho",
1615-
faction_side = "Neutral",
1615+
side = "Neutral",
16161616
zones = {"Valley of the Four Winds"},
16171617
category = "Mists of Pandaria",
16181618
quartermaster_location = "Halfhill Market, Valley of the Four Winds",
@@ -1623,7 +1623,7 @@ local factionsAdditionalInfo = {
16231623
},
16241624
{
16251625
name = "Shang Xi's Academy",
1626-
faction_side = "Neutral",
1626+
side = "Neutral",
16271627
zones = {"The Wandering Isle"},
16281628
category = "Starting Zone",
16291629
quartermaster_location = "Shang Xi's Academy, The Wandering Isle",
@@ -1633,7 +1633,7 @@ local factionsAdditionalInfo = {
16331633
},
16341634
{
16351635
name = "Sha'tari Skyguard",
1636-
faction_side = "Neutral",
1636+
side = "Neutral",
16371637
zones = {"Terokkar Forest", "Blade's Edge Mountains"},
16381638
category = "Quest",
16391639
quartermaster_location = "Blackwing Landing, Terokkar Forest",
@@ -1644,7 +1644,7 @@ local factionsAdditionalInfo = {
16441644
},
16451645
{
16461646
name = "Delvar Ironfist",
1647-
faction_side = "Neutral",
1647+
side = "Neutral",
16481648
zones = {"Shadowmoon Valley"},
16491649
category = "Follower",
16501650
quartermaster_location = "Lunarfall Garrison, Shadowmoon Valley",

0 commit comments

Comments
 (0)