mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 15:16:24 +00:00
converted all tabs to 4 spaces
This commit is contained in:
@@ -130,7 +130,7 @@ class boss_hakkar : public CreatureScript
|
||||
// events.ScheduleEvent(EVENT_CAUSE_INSANITY, urand(35000, 45000));
|
||||
break;
|
||||
case EVENT_WILL_OF_HAKKAR:
|
||||
// Xinef: Skip Tank
|
||||
// Xinef: Skip Tank
|
||||
DoCast(SelectTarget(SELECT_TARGET_RANDOM, 1, 100, true), SPELL_WILL_OF_HAKKAR);
|
||||
events.ScheduleEvent(EVENT_WILL_OF_HAKKAR, urand(25000, 35000));
|
||||
break;
|
||||
|
||||
@@ -152,11 +152,11 @@ class boss_jeklik : public CreatureScript
|
||||
case EVENT_SONIC_BURST:
|
||||
DoCastVictim(SPELL_SONICBURST);
|
||||
events.ScheduleEvent(EVENT_SONIC_BURST, urand(8000, 13000), 0, PHASE_ONE);
|
||||
break;
|
||||
break;
|
||||
case EVENT_SCREECH:
|
||||
DoCastVictim(SPELL_SCREECH);
|
||||
events.ScheduleEvent(EVENT_SCREECH, urand(18000, 26000), 0, PHASE_ONE);
|
||||
break;
|
||||
break;
|
||||
case EVENT_SPAWN_BATS:
|
||||
if (Unit* target = SelectTarget(SELECT_TARGET_RANDOM, 0))
|
||||
for (uint8 i = 0; i < 6; ++i)
|
||||
|
||||
Reference in New Issue
Block a user