mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
Core/Misc: Fix static analysis issues
This commit is contained in:
@@ -297,6 +297,8 @@ namespace VMAP
|
||||
Vector3 pos = convertPositionToInternalRep(x, y, z);
|
||||
if (instanceTree->second->GetLocationInfo(pos, info))
|
||||
{
|
||||
ASSERT(info.hitModel);
|
||||
ASSERT(info.hitInstance);
|
||||
data.floorZ = info.ground_Z;
|
||||
uint32 liquidType = info.hitModel->GetLiquidType();
|
||||
float liquidLevel;
|
||||
|
||||
Reference in New Issue
Block a user