mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Core/Players: re-implement talents
*todo: class restriction and talent tier checks and remove the now useless learn all talents command
This commit is contained in:
@@ -183,6 +183,7 @@ public:
|
||||
|
||||
static bool HandleLearnAllTalentsCommand(ChatHandler* handler)
|
||||
{
|
||||
/*
|
||||
Player* player = handler->GetSession()->GetPlayer();
|
||||
uint32 playerClass = player->GetClass();
|
||||
|
||||
@@ -209,6 +210,7 @@ public:
|
||||
player->SendTalentsInfoData();
|
||||
|
||||
handler->SendSysMessage(LANG_COMMAND_LEARN_CLASS_TALENTS);
|
||||
*/
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user