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->AddToWorld();
|
||||||
newItem->AddToUpdateQueueOf(bot);
|
newItem->AddToUpdateQueueOf(bot);
|
||||||
bot->AutoUnequipOffhandIfNeed();
|
bot->AutoUnequipOffhandIfNeed();
|
||||||
|
newItem->SetOwnerGUID(bot->GetGUID());
|
||||||
EnchantItem(newItem);
|
EnchantItem(newItem);
|
||||||
found = true;
|
found = true;
|
||||||
break;
|
break;
|
||||||
@@ -1325,6 +1326,7 @@ void PlayerbotFactory::InitSecondEquipmentSet()
|
|||||||
|
|
||||||
if (Item* newItem = StoreNewItemInInventorySlot(bot, newItemId, 1))
|
if (Item* newItem = StoreNewItemInInventorySlot(bot, newItemId, 1))
|
||||||
{
|
{
|
||||||
|
newItem->SetOwnerGUID(bot->GetGUID());
|
||||||
EnchantItem(newItem);
|
EnchantItem(newItem);
|
||||||
newItem->AddToWorld();
|
newItem->AddToWorld();
|
||||||
newItem->AddToUpdateQueueOf(bot);
|
newItem->AddToUpdateQueueOf(bot);
|
||||||
|
|||||||
Reference in New Issue
Block a user