Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
raidboss: timeline netregex for addedCombatantOneOff (#6038)
`/sync\s*\/ 03:(?:\.{8}|\[\^:\]\*):(?<name>[^:]*):(?<job>[^:]*):(?<level>[^:]*):(?<ownerId>[^:]*):(?<worldId>[^:]*)::(?<npcNameId>[^:]*):\//` There is probably a more compact way to write this by dropping parameters, but it seemed safer to convert directly. Done by running #5977.
- Loading branch information