Skip to content

Commit

Permalink
fix(Core/Player): Only save player's glyphs when needed (#2583)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shard-MW authored and Stoabrogga committed Jan 17, 2020
1 parent 70170f0 commit bb42c7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server/game/Entities/Player/Player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26648,6 +26648,8 @@ void Player::_SaveGlyphs(SQLTransaction& trans)

trans->Append(stmt);
}

SetNeedToSaveGlyphs(false);
}

void Player::_LoadTalents(PreparedQueryResult result)
Expand Down

0 comments on commit bb42c7c

Please sign in to comment.