Skip to content

Commit

Permalink
v2.0.7 for Battle for Azeroth expansion launch
Browse files Browse the repository at this point in the history
  • Loading branch information
steventroughtonsmith committed Aug 13, 2018
1 parent 9b39092 commit 1719080
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion IPCore.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function IPUIDropDownInit(_, _, dropDownFrame, _, _, _, _, clickedButton)
UIDropDownMenu_AddSeparator();
info.isTitle = true;
info.notCheckable = true;
info.text = DUNGEONS.." / "..RAIDS..":";
info.text = DUNGEONS.." / "..RAIDS;
info.isNotRadio = true;
UIDropDownMenu_AddButton(info);

Expand Down
14 changes: 7 additions & 7 deletions IPPinDB.lua
Original file line number Diff line number Diff line change
Expand Up @@ -342,10 +342,10 @@ IPUIPinDB = {

[424]={ --[[ PANDARIA ]]--
{68.49, 50.85, {313}},
{49.60, 67.31, {302}},
{48.07, 71.06, {302}},
{22.15, 48.74, {324}},
{32.62, 66.74, {330}}, --heart of fear
{38.49, 27.87, {312}},
{43.18, 28.65, {312}}, -- Shadow-Pan Monastery
{49, 26.53, {317}},
{55.98, 52.38, {321}},
{43.85, 57.55, {303}},
Expand All @@ -359,25 +359,25 @@ IPUIPinDB = {
},

[376]={ --[[ Valley of the Four Winds ]]--
{40, 65, {302}},
{36.01, 69.64, {302}},
},

[388]={ --[[ Townlong Steppes ]]--
{30, 80, {324}},
{34.14, 81.25, {324}},
},

[422]={ --[[ Dread Wastes ]]--
{38.09, 37.07, {330}}, -- heart of fear
},

[379]={ --[[ Kun-Lai Summit ]]--
{30, 40, {312}},
{36.92, 47.45, {312}}, -- Shadow-Pan Monastery
{60, 40, {317}},
},

[390]={ --[[ Vale of Eternal Blossoms ]]--
{79, 35, {321}},
{15, 80, {303}},
{15.85, 74.23, {303}},
{73.59, 42.04, {369}},
},

Expand Down Expand Up @@ -484,7 +484,7 @@ IPUIPinDB = {
{60, 51, {1023}, "Alliance"}, --Siege of Boralus (Alliance)
{68, 66, {1023}, "Horde"}, --Siege of Boralus (Horde)
{63, 84, {1001}, "FactionSpecific"}, --Freehold
{77, 62, {1002}}, --Tol Dagor
{77, 62, {1002}, "FactionSpecific"}, --Tol Dagor
{30, 55, {1021}, "FactionSpecific"}, --Waycrest Manor
{65, 14, {1036}, "FactionSpecific"}, --Shrine of the Storm
},
Expand Down
2 changes: 1 addition & 1 deletion InstancePortals.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 80000
## X-Min-Interface: 80000
## Version: 16
## Version: 17
## Title: Instance Portals
## Notes: Displays dungeon & raid portals on the world map

Expand Down

0 comments on commit 1719080

Please sign in to comment.