Revert "Scripts/Ruby Sanctum: Fixed Baltharus target amount of Enervating Brand part 2"

This reverts commit ff4859f26c.
This commit is contained in:
Aokromes
2018-06-09 08:09:43 +02:00
parent 2052f3e151
commit 54a69fdd43

View File

@@ -302,8 +302,8 @@ class npc_baltharus_the_warborn_clone : public CreatureScript
events.Repeat(Seconds(24));
break;
case EVENT_ENERVATING_BRAND:
for (uint8 i = 0; i < RAID_MODE<uint8>(2, 4, 2, 4); i++)
if (Unit* target = SelectTarget(SELECT_TARGET_RANDOM, 0, 45.0f, true, false, -SPELL_ENERVATING_BRAND))
for (uint8 i = 0; i < RAID_MODE<uint8>(4, 8, 8, 10); i++)
if (Unit* target = SelectTarget(SELECT_TARGET_RANDOM, 0, 45.0f, true))
DoCast(target, SPELL_ENERVATING_BRAND);
events.Repeat(Seconds(26));
break;