cache: add run command opcode

This commit is contained in:
Adam
2017-08-15 22:02:42 -04:00
parent 981767b399
commit fd0c3a10f2
2 changed files with 2 additions and 1 deletions

View File

@@ -402,7 +402,7 @@ public class Instructions
add(5017, 1, 1);
add(5018, 1, 1);
add(5019, 1, 1);
add(5020, 0, 0, 1, 0);
add(Opcodes.RUN_COMMAND, "run_command", 0, 0, 1, 0);
add(5021, 0, 0, 1, 0);
add(5022, 0, 0, 0, 1);
// 5100-5400

View File

@@ -189,6 +189,7 @@ public class Opcodes
public static final int GET_ITEM_NOTE_2 = 4206;
public static final int GET_ITEM_ISMEMBERS = 4207;
public static final int GET_LOCALPLAYER_NAME = 5015;
public static final int RUN_COMMAND = 5020;
public static final int GET_ISRESIZED = 5306;
public static final int SET_ISRESIZED = 5307;
public static final int LOAD_WORLDS = 6500;