Skip to content

Commit

Permalink
Korean v5.41 CE opcode
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaehyuk-Lee committed Jun 15, 2021
1 parent ba9c736 commit 2557de4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/CactbotEventSource/FateWatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,11 @@ private struct CEDirectorOPCodes {
// KR
// v5.35 0x347
// v5.4 0x1d1
// v5.41 0x341

private static readonly CEDirectorOPCodes cedirector_ko = new CEDirectorOPCodes(
0x30,
0x1d1
0x341
);

private static readonly CEDirectorOPCodes cedirector_cn = new CEDirectorOPCodes(
Expand Down

0 comments on commit 2557de4

Please sign in to comment.