1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-01 00:27:44 +00:00

Merge pull request #969 from hkAlice/bs-stuff

[3.x] fix timepoints not firing together;
This commit is contained in:
hkAlice 2025-01-05 17:54:31 -03:00 committed by GitHub
commit 46cbd436f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -302,6 +302,7 @@ namespace Sapphire::Encounter
if( i == m_timepoints.size() )
state.m_phaseInfo.m_lastTimepointIndex++;
continue;
}
break;
}