mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-18 13:59:39 -04:00
[svn] * Little fix in RandomMovementGenerator
* Updated to 6731 and 680 --HG-- branch : trunk rename : 6721-676 => 6731-680
This commit is contained in:
@@ -35,8 +35,8 @@ void ScriptedAI::MoveInLineOfSight(Unit *who)
|
||||
|
||||
if (!InCombat)
|
||||
{
|
||||
Aggro(who);
|
||||
InCombat = true;
|
||||
Aggro(who);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -54,8 +54,8 @@ void ScriptedAI::AttackStart(Unit* who)
|
||||
|
||||
if (!InCombat)
|
||||
{
|
||||
Aggro(who);
|
||||
InCombat = true;
|
||||
Aggro(who);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -582,8 +582,8 @@ void Scripted_NoMovementAI::MoveInLineOfSight(Unit *who)
|
||||
|
||||
if (!InCombat)
|
||||
{
|
||||
Aggro(who);
|
||||
InCombat = true;
|
||||
Aggro(who);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -601,8 +601,8 @@ void Scripted_NoMovementAI::AttackStart(Unit* who)
|
||||
|
||||
if (!InCombat)
|
||||
{
|
||||
Aggro(who);
|
||||
InCombat = true;
|
||||
Aggro(who);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user