mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Core/Creature Fix compiler warning
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user