mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04: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