mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
Backports from 400 branch.
This commit is contained in:
parent
bf774f49ce
commit
76dfdd336f
32 changed files with 223 additions and 210 deletions
|
|
@ -168,7 +168,7 @@ void DynamicObject::Delay(int32 delaytime)
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (foundAura)
|
||||
{
|
||||
++iter;
|
||||
|
|
@ -210,4 +210,4 @@ bool DynamicObject::IsFriendlyTo( Unit const* unit ) const
|
|||
return owner->IsFriendlyTo(unit);
|
||||
else
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue