mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
*FelBlood Kael'thas arcane orbs should fly slower then players
--HG-- branch : trunk
This commit is contained in:
@@ -391,8 +391,8 @@ struct TRINITY_DLL_DECL boss_felblood_kaelthasAI : public ScriptedAI
|
||||
Creature* Orb = DoSpawnCreature(CREATURE_ARCANE_SPHERE, 5, 5, 0, 0, TEMPSUMMON_TIMED_OR_CORPSE_DESPAWN, 30000);
|
||||
if (Orb && pTarget)
|
||||
{
|
||||
//SetThreatList(Orb);
|
||||
Orb->AddThreat(pTarget, 1.0f);
|
||||
Orb->SetSpeed(MOVE_RUN, 0.5f);
|
||||
Orb->AddThreat(pTarget, 1000000.0f);
|
||||
Orb->AI()->AttackStart(pTarget);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user