mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 22:56:37 +00:00
Activation of the new 'Bots' command system
This commit is contained in:
+1
-2
@@ -1,5 +1,5 @@
|
||||
/* EQEMu: Everquest Server Emulator
|
||||
Copyright (C) 2001-2003 EQEMu Development Team (http://eqemulator.net)
|
||||
Copyright (C) 2001-2016 EQEMu Development Team (http://eqemulator.net)
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@@ -466,7 +466,6 @@ private:
|
||||
#ifdef BOTS
|
||||
public:
|
||||
void AddBot(Bot* newBot, bool SendSpawnPacket = true, bool dontqueue = false);
|
||||
void BotPickLock(Bot* rogue);
|
||||
bool RemoveBot(uint16 entityID);
|
||||
Mob* GetMobByBotID(uint32 botID);
|
||||
Bot* GetBotByBotID(uint32 botID);
|
||||
|
||||
Reference in New Issue
Block a user