diff --git a/cache/src/main/java/net/runelite/cache/script/Instructions.java b/cache/src/main/java/net/runelite/cache/script/Instructions.java index 7ba72ea27a..583b3540bd 100644 --- a/cache/src/main/java/net/runelite/cache/script/Instructions.java +++ b/cache/src/main/java/net/runelite/cache/script/Instructions.java @@ -58,7 +58,7 @@ public class Instructions // 37 - pops strings eq to int operand, pushes 1 string add(Opcodes.POP_INT, "pop_int", 1, 0); add(Opcodes.POP_STRING, "pop_string", 0, 0, 1, 0); - // 40 invoke script, variable pops/pushes + add(Opcodes.INVOKE, "invoke", -1, -1, -1, -1); add(42, 0, 1); add(43, 1, 0); add(44, 1, 0);