aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNay <dnpd.dd@gmail.com>2011-11-27 18:23:10 +0000
committerNay <dnpd.dd@gmail.com>2011-11-27 18:23:10 +0000
commit23dae4e6bb14ace08872b76630ef1f9c0b1aace7 (patch)
tree81c4f3e3b860f898d7e8363aff722b74ffaf52fb
parent2bd70aae3df4781954d02f151f69968f4d484ac7 (diff)
Yet another typo in opcodes, failCount++
-rwxr-xr-xsrc/server/game/Server/Protocol/Opcodes.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/server/game/Server/Protocol/Opcodes.h b/src/server/game/Server/Protocol/Opcodes.h
index 50ea02812b5..bc8a94b688d 100755
--- a/src/server/game/Server/Protocol/Opcodes.h
+++ b/src/server/game/Server/Protocol/Opcodes.h
@@ -28,8 +28,9 @@
/// List of Opcodes
enum Opcodes
{
- NUM_OPCODE_HANDLERS = (0xFFFF+1),
- UNKNOWN_OPCODE = NUM_OPCODE_HANDLERS,
+ NUM_OPCODE_HANDLERS = (0xFFFF+1),
+ UNKNOWN_OPCODE = NUM_OPCODE_HANDLERS,
+ NULL_OPCODE = 0,
CMSG_ACCEPT_LEVEL_GRANT = 0xDC4B,
CMSG_ACCEPT_TRADE = 0x00,
@@ -421,8 +422,9 @@ enum Opcodes
CMSG_TAXISHOWNODES = 0x00,
CMSG_TOGGLE_PVP = 0x8ECA,
CMSG_TOTEM_DESTROYED = 0x00,
- CMSG_TRAINER_BUY_SUCCEEDED = 0xAF7,
+ SMSG_TRAINER_BUY_SUCCEEDED = 0x00,
CMSG_TRAINER_LIST = 0xCC7F,
+ CMSG_TRAINER_BUY_SPELL = 0xAF7,
CMSG_TRIGGER_CINEMATIC_CHEAT = 0x00,
CMSG_TURN_IN_PETITION = 0x9C67,
CMSG_TUTORIAL_CLEAR = 0x00,