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:
commit
46cbd436f9
1 changed files with 1 additions and 0 deletions
|
@ -302,6 +302,7 @@ namespace Sapphire::Encounter
|
||||||
|
|
||||||
if( i == m_timepoints.size() )
|
if( i == m_timepoints.size() )
|
||||||
state.m_phaseInfo.m_lastTimepointIndex++;
|
state.m_phaseInfo.m_lastTimepointIndex++;
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue