aboutsummaryrefslogtreecommitdiff
path: root/src/game/Opcodes.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-06-14 10:19:44 -0500
committermegamage <none@none>2009-06-14 10:19:44 -0500
commit4e005c307028bebd4a083d6ad5c96a2360439947 (patch)
tree655dd9b9d04a16a52120aaf9116e1c4a316bc5bb /src/game/Opcodes.h
parentc748c642cb7f8c78e9931a01604264a61f109bf7 (diff)
[8013] Fixed SMSG_RAID_INSTANCE_INFO opcode, some other fixes. Author: tomrus88
--HG-- branch : trunk
Diffstat (limited to 'src/game/Opcodes.h')
-rw-r--r--src/game/Opcodes.h2
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,