Core/Misc Remove WhiteSpaces (#18379)

This commit is contained in:
Gustavo
2016-12-01 23:23:02 -02:00
committed by Aokromes
parent 5015290b6c
commit 7e0a616657
14 changed files with 33 additions and 33 deletions

View File

@@ -109,7 +109,7 @@ void SystemMgr::LoadScriptSplineChains()
uint16 chainId = fieldsMeta[1].GetUInt16();
uint8 splineId = fieldsMeta[2].GetUInt8();
SplineChain& chain = m_mSplineChainsMap[{entry,chainId}];
if (splineId != chain.size())
{
TC_LOG_WARN("server.loading", "Creature #%u: Chain %u has orphaned spline %u, skipped.", entry, chainId, splineId);