Kitzunu
2021-01-10 14:27:55 +01:00
committed by GitHub
parent 7cf097eab2
commit da4edd547d
315 changed files with 3 additions and 729 deletions

View File

@@ -62,7 +62,6 @@ enum Misc
EVENT_MOVE_TO_PHASE_2 = 20,
EVENT_FINISH_DIVE = 21
};
// Xinef: Ruse of the Ashtongue (10946)

View File

@@ -56,7 +56,6 @@ enum Misc
class boss_high_astromancer_solarian : public CreatureScript
{
public:
boss_high_astromancer_solarian() : CreatureScript("boss_high_astromancer_solarian") { }
struct boss_high_astromancer_solarianAI : public BossAI
@@ -212,7 +211,6 @@ public:
me->CastSpell(me, SPELL_PSYCHIC_SCREAM, false);
events.ScheduleEvent(EVENT_SPELL_PSYCHIC_SCREAM, 12000);
break;
}
DoMeleeAttackIfReady();

View File

@@ -703,7 +703,6 @@ public:
{
return me->GetHomePosition().GetExactDist2d(me) > 165.0f || !SelectTargetFromPlayerList(165.0f);
}
};
CreatureAI* GetAI(Creature* creature) const override
{

View File

@@ -27,7 +27,6 @@ enum voidReaver
class boss_void_reaver : public CreatureScript
{
public:
boss_void_reaver() : CreatureScript("boss_void_reaver") { }
struct boss_void_reaverAI : public BossAI