Implemented through character creation packets

This commit is contained in:
dannuic
2026-04-06 16:09:59 -05:00
parent abbaf6f9a1
commit e5a111d8d8
20 changed files with 394 additions and 323 deletions
+1 -1
View File
@@ -24,5 +24,5 @@ if __name__ == "__main__":
patch_template(
template_path='opcode.template',
opcodes_path='opcodes.csv',
output_path='patch_SteamLatest.conf'
output_path='patch_TOB.conf'
)