mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 03:13:10 +00:00
fix(Core/Player): Only save player's glyphs when needed (#2583)
This commit is contained in:
@@ -26648,6 +26648,8 @@ void Player::_SaveGlyphs(SQLTransaction& trans)
|
||||
|
||||
trans->Append(stmt);
|
||||
}
|
||||
|
||||
SetNeedToSaveGlyphs(false);
|
||||
}
|
||||
|
||||
void Player::_LoadTalents(PreparedQueryResult result)
|
||||
|
||||
Reference in New Issue
Block a user