Core: Remove "enumeration value 'xxx' not handled in switch" warnings

--HG--
branch : trunk
This commit is contained in:
Spp
2010-08-21 20:55:31 +02:00
parent 77bd968c63
commit e7856a831c
11 changed files with 68 additions and 5 deletions

View File

@@ -599,6 +599,8 @@ bool BossAI::CheckBoundary(Unit *who)
if (me->GetPositionX() - me->GetPositionY() < itr->second)
return false;
break;
default:
break;
}
}