[7733] Fixed compile error on VC2005ee.

This commit is contained in:
AlexDereka 2009-04-29 15:27:50 +04:00
parent cb72302a8a
commit 6192fcbd0c
4 changed files with 5 additions and 5 deletions

View file

@ -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!");