Core/Loot: Fixed resaving looted items from containers

Closes #15299

(cherry picked from commit 4a074ca470)
This commit is contained in:
Shauren
2016-05-26 16:15:27 +02:00
committed by joschiwald
parent 6393e80129
commit b999d8c5ac

View File

@@ -731,7 +731,7 @@ void Loot::DeleteLootItemFromContainerItemDB(uint32 itemID)
if (_itr->itemid != itemID)
continue;
_itr->canSave = true;
_itr->canSave = false;
break;
}
}