mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 21:57:01 +01:00
Core/Misc: A couple misc fixes.
This commit is contained in:
@@ -3043,9 +3043,11 @@ void SpellMgr::LoadDbcDataCorrections()
|
||||
case 61588: // Blazing Harpoon
|
||||
case 52479: // Gift of the Harvester
|
||||
case 48246: // Ball of Flame
|
||||
case 36384: // Skartax Purple Beam
|
||||
spellInfo->MaxAffectedTargets = 1;
|
||||
break;
|
||||
case 36384: // Skartax Purple Beam
|
||||
spellInfo->MaxAffectedTargets = 2;
|
||||
break;
|
||||
case 41376: // Spite
|
||||
case 39992: // Needle Spine
|
||||
case 29576: // Multi-Shot
|
||||
|
||||
Reference in New Issue
Block a user