diff options
Diffstat (limited to 'src/game/Opcodes.h')
-rw-r--r-- | src/game/Opcodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Opcodes.h b/src/game/Opcodes.h index 3c2b004ec1f..b3d9c4f8f11 100644 --- a/src/game/Opcodes.h +++ b/src/game/Opcodes.h @@ -363,7 +363,7 @@ enum Opcodes SMSG_ATTACKSTOP = 0x144, SMSG_ATTACKSWING_NOTINRANGE = 0x145, SMSG_ATTACKSWING_BADFACING = 0x146, - SMSG_ATTACKSWING_NOTSTANDING = 0x147, + SMSG_INSTANCE_LOCK_QUERY = 0x147, SMSG_ATTACKSWING_DEADTARGET = 0x148, SMSG_ATTACKSWING_CANT_ATTACK = 0x149, SMSG_ATTACKERSTATEUPDATE = 0x14A, |