mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
Merge commit 'origin/master' into 310
This commit is contained in:
commit
21a38a42d8
10 changed files with 413 additions and 340 deletions
|
|
@ -7285,7 +7285,7 @@ void Unit::RemoveAllAttackers()
|
|||
{
|
||||
while (!m_attackers.empty())
|
||||
{
|
||||
AttackerSet::const_iterator iter = m_attackers.begin();
|
||||
AttackerSet::iterator iter = m_attackers.begin();
|
||||
if(!(*iter)->AttackStop())
|
||||
{
|
||||
sLog.outError("WORLD: Unit has an attacker that isn't attacking it!");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue