Skip to content

Commit

Permalink
fix: remove save player function (#1667)
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas authored Oct 3, 2023
1 parent 3ef5307 commit 653648f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/io/functions/iologindata_load_player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ void IOLoginDataLoad::loadItems(ItemsMap &itemsMap, DBResult_ptr result, const s
if (item) {
if (!item->unserializeAttr(propStream)) {
g_logger().warn("[{}] - Failed to deserialize item attributes {}, from player {}, from account id {}", __FUNCTION__, item->getID(), player->getName(), player->getAccountId());
savePlayer(player);
g_logger().info("[{}] - Deleting wrong item: {}", __FUNCTION__, item->getID());

continue;
Expand Down

0 comments on commit 653648f

Please sign in to comment.