mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-20 09:38:21 +00:00
Update bot.cpp
This commit is contained in:
@@ -7912,7 +7912,6 @@ void Bot::SetDefaultBotStance() {
|
|||||||
|
|
||||||
void Bot::RaidGroupSay(Mob* speaker, const char* msg, ...) {
|
void Bot::RaidGroupSay(Mob* speaker, const char* msg, ...) {
|
||||||
if (
|
if (
|
||||||
speaker->CastToBot()->GetTempSpellType() &&
|
|
||||||
speaker->CastToBot()->GetTempSpellType() != UINT16_MAX &&
|
speaker->CastToBot()->GetTempSpellType() != UINT16_MAX &&
|
||||||
!speaker->CastToBot()->GetSpellTypeAnnounceCast(speaker->CastToBot()->GetTempSpellType())
|
!speaker->CastToBot()->GetSpellTypeAnnounceCast(speaker->CastToBot()->GetTempSpellType())
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user