mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
*Do not allow chain aggro (since it is not official-like).
--HG-- branch : trunk
This commit is contained in:
@@ -129,7 +129,7 @@ bool AssistDelayEvent::Execute(uint64 /*e_time*/, uint32 /*p_time*/)
|
||||
|
||||
if (assistant && assistant->CanAssistTo(&m_owner, victim))
|
||||
{
|
||||
//assistant->SetNoCallAssistence(true);
|
||||
assistant->SetNoCallAssistence(true);
|
||||
assistant->CombatStart(victim);
|
||||
if(assistant->AI())
|
||||
assistant->AI()->AttackStart(victim);
|
||||
|
||||
Reference in New Issue
Block a user