mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +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