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:
Ovahlord
2023-11-20 20:06:54 +01:00
parent e08019ee56
commit 1195d7c190
13 changed files with 241 additions and 325 deletions

View File

@@ -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;
}