Skip to content

Commit

Permalink
fix seek in container to be able to move back after changing page (#1957
Browse files Browse the repository at this point in the history
)
  • Loading branch information
gunzino authored and marksamman committed Oct 20, 2016
1 parent a90aaed commit afeea42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2363,7 +2363,7 @@ void Game::playerSeekInContainer(uint32_t playerId, uint8_t containerId, uint16_
}

player->setContainerIndex(containerId, index);
player->sendContainer(containerId, container, false, index);
player->sendContainer(containerId, container, container->hasParent(), index);
}

void Game::playerUpdateHouseWindow(uint32_t playerId, uint8_t listId, uint32_t windowTextId, const std::string& text)
Expand Down

0 comments on commit afeea42

Please sign in to comment.