diff --git a/XMage_Portals/PatchNotes.txt b/XMage_Portals/PatchNotes.txt index 554ea5b..4d4986a 100644 --- a/XMage_Portals/PatchNotes.txt +++ b/XMage_Portals/PatchNotes.txt @@ -1,4 +1,12 @@ +Version: 6.0.2.19034 +Changes Made : +- TOC Change to reflect 6.0 compatibility + +Version: 6.0.2.19027 +Changes Made : +- Included Stormshield and Warspear portal and teleport spells + Version: 5.4.0.17321 Changes Made : - Updated TOC to reflect 5.4 compatibility. diff --git a/XMage_Portals/XMP_Data.lua b/XMage_Portals/XMP_Data.lua index 4d29a65..d5b7791 100644 --- a/XMage_Portals/XMP_Data.lua +++ b/XMage_Portals/XMP_Data.lua @@ -11,6 +11,7 @@ addonData.ExpansionDB = { [2] = EXPANSION_NAME2, -- Wrath of the Lich King ( 70 to 80 ) [3] = EXPANSION_NAME3, -- Cataclysm ( 80 to 85 ) [4] = EXPANSION_NAME4, -- Mists of Pandaria ( 85 to 90 ) + [5] = EXPANSION_NAME5, -- Warlords of Draenor ( 90 to 100 ) } addonData.PortalDB = { @@ -198,7 +199,7 @@ addonData.PortalDB = { expansionRequired = 4, levelRequired = 90, dropItem = false, - questReqard = false, + questReward = false, spellID = 132620, faction = FACTION_ALLIANCE, }, @@ -208,12 +209,30 @@ addonData.PortalDB = { expansionRequired = 4, levelRequired = 90, dropItem = false, - questReqard = false, + questReward = false, spellID = 132626, faction = FACTION_HORDE, }, - - + + -- Stormshield + [21] = { + expansionRequired = 5, + levelRequired = 92, + dropItem = false, + questReward = false, + spellID = 176246, + faction = FACTION_ALLIANCE, + }, + + --Warspear + [22] = { + expansionRequired = 5, + levelRequired = 92, + dropItem = false, + questReward = false, + spellID = 176244, + faction = FACTION_HORDE, + }, } addonData.TeleportDB = { @@ -403,7 +422,7 @@ addonData.TeleportDB = { expansionRequired = 4, levelRequired = 90, dropItem = false, - questReqard = false, + questReward = false, spellID = 132621, faction = FACTION_ALLIANCE }, @@ -413,11 +432,29 @@ addonData.TeleportDB = { expansionRequired = 4, levelRequired = 90, dropItem = false, - questReqard = false, + questReward = false, spellID = 132627, faction = FACTION_HORDE, }, + -- Stormshield + [21] = { + expansionRequired = 5, + levelRequired = 92, + dropItem = false, + questReward = false, + spellID = 176248, + faction = FACTION_ALLIANCE, + }, + --Warspear + [22] = { + expansionRequired = 5, + levelRequired = 92, + dropItem = false, + questReward = false, + spellID = 176242, + faction = FACTION_HORDE, + }, } diff --git a/XMage_Portals/XMage_Portals.toc b/XMage_Portals/XMage_Portals.toc index b198344..39f2c72 100644 --- a/XMage_Portals/XMage_Portals.toc +++ b/XMage_Portals/XMage_Portals.toc @@ -1,8 +1,9 @@ -## Interface: 50400 +## Interface: 600000 ## Title: XMage : [Portals] -## Author: Tina Kirby AKA Xrystal (c) 2010-2013 All Rights Reserved -## Version: 5.4.0.17321 -## Notes: This mod creates a frame of portals and teleports and optionally allows the user to place it into a nUI infopanel |n|cffeda55fv5.4.0.17321|r +## Title-esES: XMage : [Portals] +## Author: Tina Kirby AKA Xrystal (c) 2010-2014 All Rights Reserved +## Version: 6.0.2.19034 +## Notes: A Mage Portal/Teleport Frame that can be placed into a nUI infopanel |n|cffeda55fv6.0.2.19034|r. ## RequiredDeps: ## OptionalDeps: nUI ## DefaultState: Enabled