Core/Creature Fix compiler warning

This commit is contained in:
Carbenium
2015-06-02 20:12:55 +02:00
parent 83cf1e6aec
commit fa6a063329

View File

@@ -2412,7 +2412,7 @@ bool Creature::SetSwim(bool enable)
return true;
}
bool Creature::SetCanFly(bool enable, bool packetOnly /* = false */)
bool Creature::SetCanFly(bool enable, bool /*packetOnly = false */)
{
if (!Unit::SetCanFly(enable))
return false;