Skip to content

Commit

Permalink
refs otland#1150 fix Travis trusty compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gesior committed Sep 11, 2019
1 parent 97d806a commit 7a94db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iologindata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ void IOLoginData::loadItems(ItemMap& itemMap, DBResult_ptr result)

while (itemsStream.size() >= 14) {
uint32_t pid, sid;
uint16_t type, count;
uint16_t type = 0, count = 0;
std::string attr;
itemsStream.read<uint32_t>(pid);
itemsStream.read<uint32_t>(sid);
Expand Down

0 comments on commit 7a94db3

Please sign in to comment.