Closed quisquous closed 11 months ago
/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.
/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.