mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
[Cleanup] Bot RaidGroupSay (#4653)
This commit is contained in:
@@ -734,7 +734,7 @@ void Mob::TryBackstab(Mob *other, int ReuseTime) {
|
||||
if (!bot_piercer || bot_piercer->ItemType != EQ::item::ItemType1HPiercing) {
|
||||
if (!bot->GetCombatRoundForAlerts()) {
|
||||
bot->SetCombatRoundForAlerts();
|
||||
bot->RaidGroupSay(this, "I can't backstab with this weapon!");
|
||||
bot->RaidGroupSay("I can't backstab with this weapon!");
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user