Skip to content

Commit 16deb18

Browse files
committed
Add War Within upgrade items/currencies
1 parent 6fe06af commit 16deb18

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

Simulationcraft.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## IconTexture: Interface\Addons\SimulationCraft\logo
44
## Notes: Constructs SimC export strings
55
## Author: Theck, navv_, seriallos
6-
## Version: 11.0.0-02
6+
## Version: 11.0.0-03
77
## OptionalDependencies: Ace3, LibRealmInfo, LibDBIcon, LibDataBroker-1.1
88
## SavedVariables: SimulationCraftDB
99

extras.lua

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -303,14 +303,15 @@ Simulationcraft.upgradeCurrencies = {
303303
[1792] = 'Honor',
304304
[2122] = 'Storm Sigil',
305305
[2245] = 'Flightstones',
306-
[2706] = 'Whelpling\'s Dreaming Crest',
307-
[2707] = 'Drake\'s Dreaming Crest',
308-
[2708] = 'Wyrm\'s Dreaming Crest',
309-
[2709] = 'Aspect\'s Dreaming Crest',
310306
[2806] = 'Whelpling\'s Awakened Crest',
311307
[2807] = 'Drake\'s Awakened Crest',
312308
[2809] = 'Wyrm\'s Awakened Crest',
313309
[2812] = 'Aspect\'s Awakened Crest',
310+
[2914] = 'Weathered Harbinger Crest',
311+
[2915] = 'Carved Harbinger Crest',
312+
[2916] = 'Runed Harbinger Crest',
313+
[2917] = 'Gilded Harbinger Crest',
314+
[3008] = 'Valorstones',
314315
}
315316

316317
Simulationcraft.upgradeItems = {
@@ -331,8 +332,18 @@ Simulationcraft.upgradeItems = {
331332
[206960] = 'Enchanted Wyrm\'s Dreaming Crest',
332333
[206961] = 'Enchanted Aspect\'s Dreaming Crest',
333334
[206977] = 'Enchanted Whelpling\'s Dreaming Crest',
335+
[210221] = 'Forged Combatant\'s Heraldry',
336+
[210232] = 'Forged Aspirant\'s Heraldry',
337+
[210233] = 'Forged Gladiator\'s Heraldry',
338+
[211296] = 'Spark of Omens',
339+
[211494] = 'Spark of Beginnings',
334340
[211516] = 'Spark of Awakening',
335341
[211518] = 'Enchanted Wyrm\'s Awakened Crest',
336342
[211519] = 'Enchanted Aspect\'s Awakened Crest',
337343
[211520] = 'Enchanted Whelpling\'s Awakened Crest',
344+
[224069] = 'Enchanted Weathered Harbinger Crest',
345+
[224072] = 'Enchanted Runed Harbinger Crest',
346+
[224073] = 'Enchanted Gilded Harbinger Crest',
347+
[228338] = 'Soul Sigil I',
348+
[228339] = 'Soul Sigil II',
338349
}

0 commit comments

Comments
 (0)