mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-28 20:07:56 +00:00
More fixes
TGB, ^cast, group/ae checks, in group/raid checks, inviting others bots to group, group disband fix, prevent rogue bs spam, ^follow fixes and cleanup, follow owner only by default when joining raid/group, group buff fixes for bots, range fixes for group buffs
This commit is contained in:
@@ -179,7 +179,9 @@ void bot_command_item_use(Client* c, const Seperator* sep)
|
||||
).c_str()
|
||||
);
|
||||
|
||||
bot_iter->DoAnim(29);
|
||||
if (RuleB(Bots, DoResponseAnimations)) {
|
||||
bot_iter->DoAnim(29);
|
||||
}
|
||||
}
|
||||
else if (!equipped_item) {
|
||||
c->Message(
|
||||
@@ -204,7 +206,9 @@ void bot_command_item_use(Client* c, const Seperator* sep)
|
||||
).c_str()
|
||||
);
|
||||
|
||||
bot_iter->DoAnim(29);
|
||||
if (RuleB(Bots, DoResponseAnimations)) {
|
||||
bot_iter->DoAnim(29);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user