Skip to content

Commit

Permalink
Update iologindata.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
omeranha committed Oct 17, 2021
1 parent d0d540f commit 205df46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/iologindata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ bool IOLoginData::loadPlayer(Player* player, DBResult_ptr result)

for (auto& it : openContainersList) {
player->addContainer(it.first - 1, it.second);
g_scheduler.addEvent(createSchedulerTask(((it.first) * 50), std::bind(&Game::playerUpdateContainer, &g_game, player->getGUID(), it.first - 1)));
player->onSendContainer(it.second);
}

// Store Inbox
Expand Down

0 comments on commit 205df46

Please sign in to comment.