mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Loot: Fixed resaving looted items from containers
Closes #15299
(cherry picked from commit 4a074ca470)
This commit is contained in:
@@ -731,7 +731,7 @@ void Loot::DeleteLootItemFromContainerItemDB(uint32 itemID)
|
||||
if (_itr->itemid != itemID)
|
||||
continue;
|
||||
|
||||
_itr->canSave = true;
|
||||
_itr->canSave = false;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user