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
@@ -364,7 +364,7 @@ Corpse::Corpse(Client* client, int32 in_rezexp)
// worn + inventory + cursor
std::list<uint32> removed_list;
bool cursor = false;
for(i = MAP_BEGIN; i < EmuConstants::MAP_POSSESSIONS_SIZE; i++)
for(i = MAIN_BEGIN; i < EmuConstants::MAP_POSSESSIONS_SIZE; i++)
{
if(i == MainAmmo && client->GetClientVersion() >= EQClientSoF) {
item = client->GetInv().GetItem(MainPowerSource);