Skip to content

Commit

Permalink
fix: stash debug
Browse files Browse the repository at this point in the history
  • Loading branch information
murilo09 committed Dec 4, 2024
1 parent 22f6b76 commit 5ca4f67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/network/protocol/protocolgame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8586,7 +8586,6 @@ void ProtocolGame::sendOpenStash() {
msg.add<uint16_t>(item.first);
msg.add<uint32_t>(item.second);
}
msg.add<uint16_t>(static_cast<uint16_t>(g_configManager().getNumber(STASH_ITEMS) - getStashSize(list)));
writeToOutputBuffer(msg);
}

Expand Down

0 comments on commit 5ca4f67

Please sign in to comment.