mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
*Partial backout of 6f77c852bd4a
--HG-- branch : trunk
This commit is contained in:
@@ -21975,7 +21975,7 @@ void Player::_SaveTalents()
|
||||
if (itr->second->state == PLAYERSPELL_REMOVED)
|
||||
{
|
||||
delete itr->second;
|
||||
m_talents[i]->erase(itr);
|
||||
m_talents[i]->erase(itr++);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user