diff --git a/plugin/CactbotEventSource/FateWatcher.cs b/plugin/CactbotEventSource/FateWatcher.cs index ebef2927ca..d1c3e96636 100644 --- a/plugin/CactbotEventSource/FateWatcher.cs +++ b/plugin/CactbotEventSource/FateWatcher.cs @@ -71,6 +71,7 @@ private struct CEDirectorOPCodes { // v5.4 0x1d1 // v5.41 0x341 // v5.45 0x1c6 + // v5.5 0x223 private static readonly CEDirectorOPCodes cedirector_ko = new CEDirectorOPCodes( 0x30, @@ -84,7 +85,7 @@ private struct CEDirectorOPCodes { private static readonly CEDirectorOPCodes cedirector_intl = new CEDirectorOPCodes( 0x30, - 0x104 + 0x223 ); private struct ActorControl143{