mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Scripts/Icecrown Citadel: Fixed Swarming Shadows on 25 man difficulties
Closes #1737
This commit is contained in:
@@ -4101,7 +4101,8 @@ void SpellMgr::LoadSpellCustomAttr()
|
||||
++count;
|
||||
break;
|
||||
case 71266: // Swarming Shadows
|
||||
spellInfo->AreaGroupId = 0;
|
||||
case 72890: // Swarming Shadows
|
||||
spellInfo->AreaGroupId = 0; // originally, these require area 4522, which is... outside of Icecrown Citadel
|
||||
++count;
|
||||
break;
|
||||
case 70588: // Suppression
|
||||
|
||||
Reference in New Issue
Block a user