mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
[7424] Codestyle: removed not needed \n in log output. Author: balrok
--HG-- branch : trunk
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user