mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
More Enchanting crash fixes
This commit is contained in:
@@ -1181,6 +1181,7 @@ void PlayerbotFactory::InitEquipment(bool incremental)
|
||||
newItem->AddToWorld();
|
||||
newItem->AddToUpdateQueueOf(bot);
|
||||
bot->AutoUnequipOffhandIfNeed();
|
||||
newItem->SetOwnerGUID(bot->GetGUID());
|
||||
EnchantItem(newItem);
|
||||
found = true;
|
||||
break;
|
||||
@@ -1325,6 +1326,7 @@ void PlayerbotFactory::InitSecondEquipmentSet()
|
||||
|
||||
if (Item* newItem = StoreNewItemInInventorySlot(bot, newItemId, 1))
|
||||
{
|
||||
newItem->SetOwnerGUID(bot->GetGUID());
|
||||
EnchantItem(newItem);
|
||||
newItem->AddToWorld();
|
||||
newItem->AddToUpdateQueueOf(bot);
|
||||
|
||||
Reference in New Issue
Block a user