aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r--src/game/Unit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
index 171526aaf7f..2404d84cb6d 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -1127,7 +1127,7 @@ void Unit::CastCustomSpell(Unit* Victim,uint32 spellId, int32 const* bp0, int32
if(!spellInfo)
{
- sLog.outError("CastCustomSpell: unknown spell id %i\n", spellId);
+ sLog.outError("CastCustomSpell: unknown spell id %i", spellId);
return;
}