mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 03:31:08 +00:00
Merge pull request #515 from ngdeao/master
Netcode and Zoning Improvements
This commit is contained in:
@@ -7832,6 +7832,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