Skip to content

Commit

Permalink
Merge pull request #969 from hkAlice/bs-stuff
Browse files Browse the repository at this point in the history
[3.x] fix timepoints not firing together;
  • Loading branch information
hkAlice authored Jan 5, 2025
2 parents 135b056 + d0cd9c4 commit 46cbd43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/world/Encounter/PhaseCondition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ namespace Sapphire::Encounter

if( i == m_timepoints.size() )
state.m_phaseInfo.m_lastTimepointIndex++;
continue;
}
break;
}
Expand Down

0 comments on commit 46cbd43

Please sign in to comment.