mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +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
|
|
@ -1562,7 +1562,7 @@ SpellEntry const *Creature::reachWithSpellAttack(Unit *pVictim)
|
|||
SpellEntry const *spellInfo = sSpellStore.LookupEntry(m_spells[i] );
|
||||
if(!spellInfo)
|
||||
{
|
||||
sLog.outError("WORLD: unknown spell id %i\n", m_spells[i]);
|
||||
sLog.outError("WORLD: unknown spell id %i", m_spells[i]);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
@ -1612,7 +1612,7 @@ SpellEntry const *Creature::reachWithSpellCure(Unit *pVictim)
|
|||
SpellEntry const *spellInfo = sSpellStore.LookupEntry(m_spells[i] );
|
||||
if(!spellInfo)
|
||||
{
|
||||
sLog.outError("WORLD: unknown spell id %i\n", m_spells[i]);
|
||||
sLog.outError("WORLD: unknown spell id %i", m_spells[i]);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue