mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-16 17:41:29 +00:00
During bot spawn, set bot to targetable. Fixes issue #657.
This commit is contained in:
parent
8c9b852586
commit
48b674a13d
@ -2841,6 +2841,8 @@ void Bot::Spawn(Client* botCharacterOwner) {
|
|||||||
FaceTarget(botCharacterOwner);
|
FaceTarget(botCharacterOwner);
|
||||||
UpdateEquipmentLight();
|
UpdateEquipmentLight();
|
||||||
UpdateActiveLight();
|
UpdateActiveLight();
|
||||||
|
|
||||||
|
this->m_targetable = true;
|
||||||
entity_list.AddBot(this, true, true);
|
entity_list.AddBot(this, true, true);
|
||||||
// Load pet
|
// Load pet
|
||||||
LoadPet();
|
LoadPet();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user