mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Merge branch 'master' of https://github.com/EQEmu/Server
This commit is contained in:
@@ -7851,6 +7851,7 @@ Bot* EntityList::GetBotByBotName(std::string botName) {
|
||||
void EntityList::AddBot(Bot *newBot, bool SendSpawnPacket, bool dontqueue) {
|
||||
if(newBot) {
|
||||
newBot->SetID(GetFreeID());
|
||||
newBot->SetSpawned();
|
||||
if(SendSpawnPacket) {
|
||||
if(dontqueue) {
|
||||
EQApplicationPacket* outapp = new EQApplicationPacket();
|
||||
|
||||
Reference in New Issue
Block a user