mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 07:16:37 +00:00
[Cleanup] Bot RaidGroupSay (#4653)
This commit is contained in:
+1
-1
@@ -778,7 +778,7 @@ public:
|
||||
// Static Bot Group Methods
|
||||
static bool AddBotToGroup(Bot* bot, Group* group);
|
||||
static bool RemoveBotFromGroup(Bot* bot, Group* group);
|
||||
static void RaidGroupSay(Mob *speaker, const char *msg, ...);
|
||||
void RaidGroupSay(const char *msg, ...);
|
||||
|
||||
// "GET" Class Methods
|
||||
uint32 GetBotID() const { return _botID; }
|
||||
|
||||
Reference in New Issue
Block a user