mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 10:58:20 +00:00
Rename BotGroupSay to RaidGroupSay
This commit is contained in:
@@ -737,7 +737,7 @@ void Mob::TryBackstab(Mob *other, int ReuseTime) {
|
||||
if (!botpiercer || (botpiercer->ItemType != EQ::item::ItemType1HPiercing)) {
|
||||
if (!CastToBot()->GetCombatRoundForAlerts()) {
|
||||
CastToBot()->SetCombatRoundForAlerts();
|
||||
CastToBot()->BotGroupSay(this, "I can't backstab with this weapon!");
|
||||
CastToBot()->RaidGroupSay(this, "I can't backstab with this weapon!");
|
||||
}
|
||||
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user