diff options
Diffstat (limited to 'src/game/SkillHandler.cpp')
| -rw-r--r-- | src/game/SkillHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SkillHandler.cpp b/src/game/SkillHandler.cpp index 154328af049..a6d854d25ce 100644 --- a/src/game/SkillHandler.cpp +++ b/src/game/SkillHandler.cpp @@ -128,7 +128,7 @@ void WorldSession::HandleLearnTalentOpcode( WorldPacket & recv_data ) // learn! (other talent ranks will unlearned at learning) GetPlayer( )->learnSpell(spellid,false); - sLog.outDetail("TalentID: %u Rank: %u Spell: %u\n", talent_id, requested_rank, spellid); + sLog.outDetail("TalentID: %u Rank: %u Spell: %u", talent_id, requested_rank, spellid); // update free talent points GetPlayer()->SetFreeTalentPoints(CurTalentPoints - 1); |
