diff --git a/src/strategy/actions/DropQuestAction.cpp b/src/strategy/actions/DropQuestAction.cpp index 2a23c019..ffdbb942 100644 --- a/src/strategy/actions/DropQuestAction.cpp +++ b/src/strategy/actions/DropQuestAction.cpp @@ -118,7 +118,7 @@ bool CleanQuestLogAction::Execute(Event event) } // Check if the quest is trivial (grey) for the bot - if ((botLevel - questLevel) >= trivialLevel) + if ((botLevel - questLevel) > trivialLevel) { // Output only if "debug rpg" strategy is enabled if (botAI->HasStrategy("debug rpg", BotState::BOT_STATE_COMBAT))