Update bot.cpp

This commit is contained in:
nytmyr
2025-01-31 20:29:21 -06:00
parent 2fdc4e8667
commit c3cbc4bcd4
-1
View File
@@ -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())
) { ) {