mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
[8286] Correctly show talent points after talents reset at login by "at login" flag. Author: redcore
--HG-- branch : trunk
This commit is contained in:
@@ -836,6 +836,7 @@ void WorldSession::HandlePlayerLogin(LoginQueryHolder * holder)
|
||||
if(pCurrChar->HasAtLoginFlag(AT_LOGIN_RESET_TALENTS))
|
||||
{
|
||||
pCurrChar->resetTalents(true);
|
||||
pCurrChar->SendTalentsInfoData(false); // original talents send already in to SendInitialPacketsBeforeAddToMap, resend reset state
|
||||
SendNotification(LANG_RESET_TALENTS);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user