Skip to content

Commit 2315007

Browse files
committed
Add Devourer
1 parent 472d46e commit 2315007

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

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: 12.0.0-03
6+
## Version: 12.0.0-04
77
## OptionalDependencies: Ace3, LibRealmInfo, LibDBIcon, LibDataBroker-1.1
88
## SavedVariables: SimulationCraftDB
99

extras.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Simulationcraft.RoleTable = {
1212
[102] = 'spell',
1313
[103] = 'attack',
1414
[104] = 'tank',
15-
[105] = 'attack',
15+
[1480] = 'spell',
1616
-- Evoker
1717
[1467] = 'spell',
1818
[1468] = 'attack',
@@ -92,7 +92,8 @@ Simulationcraft.SpecNames = {
9292
-- Demon Hunter
9393
[577] = 'Havoc',
9494
[581] = 'Vengeance',
95-
-- Druid
95+
[1408] = 'Devourer',
96+
-- Druid
9697
[102] = 'Balance',
9798
[103] = 'Feral',
9899
[104] = 'Guardian',

0 commit comments

Comments
 (0)