Skip to content

Commit

Permalink
Warlock/Spell/Pet: Fix warlock infernal summon spell for scaling auras
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Sep 24, 2023
1 parent fcc3019 commit 928bf34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/Entities/Pet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1472,7 +1472,7 @@ void Pet::InitPetScalingAuras()
case 30146: // Felguard
scalingAuras.insert(scalingAuras.end(), { 34947, 34956, 34957, 34958 });
break;
case 12740: // Infernal - Warlock - unique - isnt updated on stat changes
case 1122: // Infernal - Warlock - unique - isnt updated on stat changes
case 18541: // Doomguard - Ritual of Doom
case 18662: // Doomguard - Curse of Doom
scalingAuras.insert(scalingAuras.end(), { 36186, 36188, 36189, 36190 });
Expand Down

0 comments on commit 928bf34

Please sign in to comment.