diff options
author | megamage <none@none> | 2009-05-31 16:19:01 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-31 16:19:01 -0500 |
commit | 552e08b3f0efc19f3aa3504badccffbb05a983bd (patch) | |
tree | bd28c74a77fbac5a9bed955b10fcb90ebde51331 /src/game/Chat.h | |
parent | f92e8315cf9af3268545dad6c440614a13d06207 (diff) |
[7920] Ignore racial skill and skills without recipes in .learn all_recipes. Cleanup code. Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'src/game/Chat.h')
-rw-r--r-- | src/game/Chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Chat.h b/src/game/Chat.h index 725217ef69b..0b8b076969b 100644 --- a/src/game/Chat.h +++ b/src/game/Chat.h @@ -597,6 +597,7 @@ class ChatHandler bool HandleBanInfoHelper(uint32 accountid, char const* accountname); bool HandleUnBanHelper(BanMode mode,char const* args); void HandleCharacterLevel(Player* player, uint64 player_guid, uint32 oldlevel, uint32 newlevel); + void HandleLearnSkillRecipesHelper(Player* player,uint32 skill_id); void SetSentErrorMessage(bool val){ sentErrorMessage = val;}; private: |