mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
@@ -709,7 +709,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