aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRat <gmstreetrat@gmail.com>2012-01-20 07:11:54 +0100
committerRat <gmstreetrat@gmail.com>2012-01-20 07:11:54 +0100
commit166a161f35d59a156885da3614693cd285922c8e (patch)
tree5de74325f8ec2f1ae7b0735411d01308643913ae
parent2a549a0369b70e856225800138c3638f949d240e (diff)
Core/Opcodes: Removed and checked some duplicate opcodes
-rwxr-xr-xsrc/server/game/Server/Protocol/Opcodes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/game/Server/Protocol/Opcodes.h b/src/server/game/Server/Protocol/Opcodes.h
index 682e23359ed..6b1369aef85 100755
--- a/src/server/game/Server/Protocol/Opcodes.h
+++ b/src/server/game/Server/Protocol/Opcodes.h
@@ -227,7 +227,7 @@ enum Opcodes
CMSG_INITIATE_TRADE = 0x00,
CMSG_INSPECT = 0x9A7B,
CMSG_INSTANCE_LOCK_WARNING_RESPONSE = 0x8CF7,
- CMSG_ITEM_QUERY_SINGLE = 0x8E2,
+ CMSG_ITEM_QUERY_SINGLE = 0x0000,
CMSG_ITEM_REFUND = 0xCC3,
CMSG_ITEM_REFUND_INFO = 0x1C7E,
CMSG_ITEM_TEXT_QUERY = 0x4AEB,
@@ -748,7 +748,7 @@ enum Opcodes
SMSG_ITEM_NAME_QUERY_RESPONSE = 0x00,
SMSG_ITEM_PUSH_RESULT = 0x8EFB,
SMSG_ITEM_REFUND_INFO_RESPONSE = 0x304E,
- SMSG_ITEM_REFUND_RESULT = 0x60DC,
+ SMSG_ITEM_REFUND_RESULT = 0x0000,
SMSG_ITEM_TEXT_QUERY_RESPONSE = 0x984A,
SMSG_ITEM_TIME_UPDATE = 0x8AEB,
SMSG_JOINED_BATTLEGROUND_QUEUE = 0x00,
@@ -988,7 +988,7 @@ enum Opcodes
SMSG_SET_PROFICIENCY = 0x9C5F,
SMSG_SET_PROJECTILE_POSITION = 0xC8F7,
SMSG_SHOW_BANK = 0xCCA,
- SMSG_SHOWTAXINODES = 0x8CFB,
+ SMSG_SHOWTAXINODES = 0x0000,
SMSG_SPELL_COOLDOWN = 0x88D6,
SMSG_SPELL_DELAYED = 0x1AD3,
SMSG_SPELL_FAILED_OTHER = 0xCE4A,