Skip to content

Commit

Permalink
Update Engine.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
celguar committed May 19, 2024
1 parent 40f2375 commit ec8bcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playerbot/strategy/Engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ void Engine::ProcessTriggers(bool minimal)
continue;

Event& event = fires[trigger];
if (!event & (testMode || trigger->needCheck()))
if (!event && (testMode || trigger->needCheck()))
{
if (minimal && node->getFirstRelevance() < 100)
continue;
Expand Down

0 comments on commit ec8bcd4

Please sign in to comment.