Changed a few mis-labeled range starts..no functionality change.

This commit is contained in:
Uleat
2014-07-31 21:05:43 -04:00
parent 842f1fb9c7
commit cc0f2ac37a
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -866,7 +866,7 @@ void Client::BulkSendInventoryItems() {
std::map<uint16, std::string>::iterator itr;
//Inventory items
for(slot_id = MAP_BEGIN; slot_id < EmuConstants::MAP_POSSESSIONS_SIZE; slot_id++) {
for(slot_id = MAIN_BEGIN; slot_id < EmuConstants::MAP_POSSESSIONS_SIZE; slot_id++) {
const ItemInst* inst = m_inv[slot_id];
if(inst) {
std::string packet = inst->Serialize(slot_id);