diff --git a/Simulationcraft.toc b/Simulationcraft.toc index 93a8f8d..a1bdfd1 100644 --- a/Simulationcraft.toc +++ b/Simulationcraft.toc @@ -3,7 +3,7 @@ ## IconTexture: Interface\Addons\SimulationCraft\logo ## Notes: Constructs SimC export strings ## Author: Theck, navv_, seriallos -## Version: 11.0.0-02 +## Version: 11.0.0-03 ## OptionalDependencies: Ace3, LibRealmInfo, LibDBIcon, LibDataBroker-1.1 ## SavedVariables: SimulationCraftDB diff --git a/extras.lua b/extras.lua index ef62017..58b7faf 100644 --- a/extras.lua +++ b/extras.lua @@ -303,14 +303,15 @@ Simulationcraft.upgradeCurrencies = { [1792] = 'Honor', [2122] = 'Storm Sigil', [2245] = 'Flightstones', - [2706] = 'Whelpling\'s Dreaming Crest', - [2707] = 'Drake\'s Dreaming Crest', - [2708] = 'Wyrm\'s Dreaming Crest', - [2709] = 'Aspect\'s Dreaming Crest', [2806] = 'Whelpling\'s Awakened Crest', [2807] = 'Drake\'s Awakened Crest', [2809] = 'Wyrm\'s Awakened Crest', [2812] = 'Aspect\'s Awakened Crest', + [2914] = 'Weathered Harbinger Crest', + [2915] = 'Carved Harbinger Crest', + [2916] = 'Runed Harbinger Crest', + [2917] = 'Gilded Harbinger Crest', + [3008] = 'Valorstones', } Simulationcraft.upgradeItems = { @@ -331,8 +332,18 @@ Simulationcraft.upgradeItems = { [206960] = 'Enchanted Wyrm\'s Dreaming Crest', [206961] = 'Enchanted Aspect\'s Dreaming Crest', [206977] = 'Enchanted Whelpling\'s Dreaming Crest', + [210221] = 'Forged Combatant\'s Heraldry', + [210232] = 'Forged Aspirant\'s Heraldry', + [210233] = 'Forged Gladiator\'s Heraldry', + [211296] = 'Spark of Omens', + [211494] = 'Spark of Beginnings', [211516] = 'Spark of Awakening', [211518] = 'Enchanted Wyrm\'s Awakened Crest', [211519] = 'Enchanted Aspect\'s Awakened Crest', [211520] = 'Enchanted Whelpling\'s Awakened Crest', + [224069] = 'Enchanted Weathered Harbinger Crest', + [224072] = 'Enchanted Runed Harbinger Crest', + [224073] = 'Enchanted Gilded Harbinger Crest', + [228338] = 'Soul Sigil I', + [228339] = 'Soul Sigil II', }