diff --git a/playerbot/ChatFilter.cpp b/playerbot/ChatFilter.cpp index 96c97ca50..e2f432986 100644 --- a/playerbot/ChatFilter.cpp +++ b/playerbot/ChatFilter.cpp @@ -212,7 +212,7 @@ class RoleChatFilter : public ChatFilter if (melee && ai->IsRanged(bot, inGroup)) return ""; - if (tank || dps || heal || ranged || melee || noheal || nodps || nodps) + if (tank || dps || heal || ranged || melee || noheal || nodps || notank) return ChatFilter::Filter(message); return message;