mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
[Core / Spell] Fixed Amplify Damage (#1387)
Fixed Amplify Damage for Prince Malchezaar, this will no longer apply the effect on all players in the raid but only single player
This commit is contained in:
@@ -4468,6 +4468,12 @@ void SpellMgr::LoadDbcDataCorrections()
|
|||||||
case 37852:
|
case 37852:
|
||||||
spellInfo->AttributesEx5 |= SPELL_ATTR5_USABLE_WHILE_STUNNED;
|
spellInfo->AttributesEx5 |= SPELL_ATTR5_USABLE_WHILE_STUNNED;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
// Karazhan
|
||||||
|
// Amplify Damage
|
||||||
|
case 39095:
|
||||||
|
spellInfo->MaxAffectedTargets = 1;
|
||||||
|
break;
|
||||||
|
|
||||||
// Magisters' Terrace
|
// Magisters' Terrace
|
||||||
// Energy Feedback
|
// Energy Feedback
|
||||||
|
|||||||
Reference in New Issue
Block a user