mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[7733] Fixed compile error on VC2005ee.
This commit is contained in:
parent
cb72302a8a
commit
6192fcbd0c
4 changed files with 5 additions and 5 deletions
|
|
@ -7284,7 +7284,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