diff --git a/common/patches/rof.cpp b/common/patches/rof.cpp index 980a4f4ed..2916046be 100644 --- a/common/patches/rof.cpp +++ b/common/patches/rof.cpp @@ -1492,17 +1492,6 @@ namespace RoF FINISH_ENCODE(); } - ENCODE(OP_InterruptCast) - { - ENCODE_LENGTH_EXACT(InterruptCast_Struct); - SETUP_DIRECT_ENCODE(InterruptCast_Struct, structs::InterruptCast_Struct); - - OUT(spawnid); - OUT(messageid); - - FINISH_ENCODE(); - } - ENCODE(OP_ItemLinkResponse) { ENCODE_FORWARD(OP_ItemPacket); } ENCODE(OP_ItemPacket) diff --git a/common/patches/rof2.cpp b/common/patches/rof2.cpp index d14008e93..d56791bef 100644 --- a/common/patches/rof2.cpp +++ b/common/patches/rof2.cpp @@ -1560,17 +1560,6 @@ namespace RoF2 FINISH_ENCODE(); } - ENCODE(OP_InterruptCast) - { - ENCODE_LENGTH_EXACT(InterruptCast_Struct); - SETUP_DIRECT_ENCODE(InterruptCast_Struct, structs::InterruptCast_Struct); - - OUT(spawnid); - OUT(messageid); - - FINISH_ENCODE(); - } - ENCODE(OP_ItemLinkResponse) { ENCODE_FORWARD(OP_ItemPacket); } ENCODE(OP_ItemPacket) diff --git a/common/patches/rof2_ops.h b/common/patches/rof2_ops.h index 1ca7063f4..2cd81aaee 100644 --- a/common/patches/rof2_ops.h +++ b/common/patches/rof2_ops.h @@ -85,7 +85,6 @@ E(OP_HPUpdate) E(OP_Illusion) E(OP_InspectBuffs) E(OP_InspectRequest) -E(OP_InterruptCast) E(OP_ItemLinkResponse) E(OP_ItemPacket) E(OP_ItemVerifyReply) diff --git a/common/patches/rof_ops.h b/common/patches/rof_ops.h index 45221cfc5..9030a480b 100644 --- a/common/patches/rof_ops.h +++ b/common/patches/rof_ops.h @@ -70,7 +70,6 @@ E(OP_HPUpdate) E(OP_Illusion) E(OP_InspectBuffs) E(OP_InspectRequest) -E(OP_InterruptCast) E(OP_ItemLinkResponse) E(OP_ItemPacket) E(OP_ItemVerifyReply)