diff options
author | megamage <none@none> | 2009-01-25 16:35:14 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-01-25 16:35:14 -0600 |
commit | ef88b0445169b09528df6d0d1f2066fed5da79de (patch) | |
tree | 6f09f7523d960775d8ea0dc2d2a866a75a5e04da /src/game/SkillHandler.cpp | |
parent | 30f6b38941e907c20dbb68f514eaf1345082abd3 (diff) |
*Update to Mangos 7183.
--HG--
branch : trunk
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 9f3915c30cb..e909842dc86 100644 --- a/src/game/SkillHandler.cpp +++ b/src/game/SkillHandler.cpp @@ -129,7 +129,7 @@ void WorldSession::HandleLearnTalentOpcode( WorldPacket & recv_data ) return; // learn! (other talent ranks will unlearned at learning) - GetPlayer( )->learnSpell(spellid); + GetPlayer( )->learnSpell(spellid,false); sLog.outDetail("TalentID: %u Rank: %u Spell: %u\n", talent_id, requested_rank, spellid); // update free talent points |