mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 03:12:09 +01:00
Core/Items: downgrade items part 1: removed item bonus generation, artifact weapon handling and azerite item mechanics
This commit is contained in:
@@ -834,7 +834,7 @@ void WorldSession::HandlePlayerChoiceResponse(WorldPackets::Quest::ChoiceRespons
|
||||
ItemPosCountVec dest;
|
||||
if (_player->CanStoreNewItem(NULL_BAG, NULL_SLOT, dest, item.Id, item.Quantity) == EQUIP_ERR_OK)
|
||||
{
|
||||
Item* newItem = _player->StoreNewItem(dest, item.Id, true, GenerateItemRandomBonusListId(item.Id), {}, ItemContext::Quest_Reward, &item.BonusListIDs);
|
||||
Item* newItem = _player->StoreNewItem(dest, item.Id, true, {}, ItemContext::Quest_Reward);
|
||||
_player->SendNewItem(newItem, item.Quantity, true, false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user