Warning fix

This commit is contained in:
Shauren
2016-08-21 17:24:11 +02:00
parent b952033f6a
commit a792a5a41d

View File

@@ -361,6 +361,8 @@ bool IsDisabledFor(DisableType type, uint32 entry, Unit const* unit, uint8 flags
return true;
case DISABLE_TYPE_VMAP:
return (flags & itr->second.flags) != 0;
default:
break;
}
return false;