Skip to content

Commit

Permalink
Core/Spells: Add MaxAffectedTargets for Domination (#27541)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grindelwald authored Jan 7, 2022
1 parent 5fc6506 commit 5f0e80b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/server/game/Spells/SpellMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3430,7 +3430,8 @@ void SpellMgr::LoadSpellInfoCorrections()
46008, // Negative Energy
45641, // Fire Bloom
55665, // Life Drain - Sapphiron (H)
28796 // Poison Bolt Volly - Faerlina
28796, // Poison Bolt Volly - Faerlina
37135 // Domination
}, [](SpellInfo* spellInfo)
{
spellInfo->MaxAffectedTargets = 5;
Expand Down

0 comments on commit 5f0e80b

Please sign in to comment.