mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[7424] Codestyle: removed not needed \n in log output.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
186e0e14e3
commit
0babfec043
12 changed files with 35 additions and 35 deletions
|
|
@ -2044,7 +2044,7 @@ void Spell::SetTargetMap(uint32 i,uint32 cur,std::list<Unit*> &TagUnitMap)
|
|||
}
|
||||
}
|
||||
else
|
||||
sLog.outError( "SPELL: unknown target coordinates for spell ID %u\n", m_spellInfo->Id );
|
||||
sLog.outError( "SPELL: unknown target coordinates for spell ID %u", m_spellInfo->Id );
|
||||
}break;
|
||||
case TARGET_BEHIND_VICTIM:
|
||||
{
|
||||
|
|
@ -3530,7 +3530,7 @@ void Spell::HandleEffects(Unit *pUnitTarget,Item *pItemTarget,GameObject *pGOTar
|
|||
EffectEnchantItemTmp(i);
|
||||
else
|
||||
{
|
||||
sLog.outError("SPELL: unknown effect %u spell id %u\n",
|
||||
sLog.outError("SPELL: unknown effect %u spell id %u",
|
||||
eff, m_spellInfo->Id);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue