mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[12065] Fix various warnings
This commit is contained in:
parent
5f4d61928f
commit
84080ee5d3
27 changed files with 91 additions and 89 deletions
|
|
@ -42,7 +42,7 @@ struct PoolTemplateData
|
|||
// helpers
|
||||
bool CanBeSpawnedAtMap(MapEntry const* entry) const
|
||||
{
|
||||
return mapEntry && (mapEntry == entry || !entry->Instanceable() && !mapEntry->Instanceable());
|
||||
return mapEntry && (mapEntry == entry || (!entry->Instanceable() && !mapEntry->Instanceable()));
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue