diff options
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r-- | src/game/SpellMgr.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 3d719d73241..f4e282ac554 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -3795,6 +3795,18 @@ void SpellMgr::LoadSpellCustomAttr() spellInfo->MaxAffectedTargets = 1; count++; break; + case 25425: // Shoot + spellInfo->MaxAffectedTargets = 1; + count++; + break; + case 25761: // Shoot + spellInfo->MaxAffectedTargets = 1; + count++; + break; + case 42611: // Shoot + spellInfo->MaxAffectedTargets = 1; + count++; + break; default: break; } |