mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
Cleanup Operator padding
This commit is contained in:
parent
9141299127
commit
e32b9953a1
264 changed files with 6715 additions and 6715 deletions
|
|
@ -45,7 +45,7 @@ ReactorAI::AttackStart(Unit* p)
|
|||
if (!p)
|
||||
return;
|
||||
|
||||
if (m_creature->Attack(p,true))
|
||||
if (m_creature->Attack(p, true))
|
||||
{
|
||||
DEBUG_FILTER_LOG(LOG_FILTER_AI_AND_MOVEGENSS, "Tag unit GUID: %u (TypeId: %u) as a victim", p->GetGUIDLow(), p->GetTypeId());
|
||||
i_victimGuid = p->GetObjectGuid();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue