From f15dd38d7c300b7e361a4a753f435b8b52f82d3f Mon Sep 17 00:00:00 2001 From: Salja Date: Wed, 8 Aug 2012 15:57:02 +0200 Subject: [PATCH] [0024] Some more comments on opcodes.h Signed-off-by: Salja --- src/game/Opcodes.h | 10 +++++----- src/shared/revision_nr.h | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/game/Opcodes.h b/src/game/Opcodes.h index b46b620b9..d0d757e02 100644 --- a/src/game/Opcodes.h +++ b/src/game/Opcodes.h @@ -501,8 +501,8 @@ enum Opcodes SMSG_NOTIFICATION = 0x11CC, CMSG_PLAYED_TIME = 0x11CD, SMSG_PLAYED_TIME = 0x11CE, - CMSG_QUERY_TIME = 0x0A36, //Wow 4.3.4 15595 - SMSG_QUERY_TIME_RESPONSE = 0x2124, //Wow 4.3.4 15595 + CMSG_QUERY_TIME = 0x0A36, // 4.3.4 15595 + SMSG_QUERY_TIME_RESPONSE = 0x2124, // 4.3.4 15595 SMSG_LOG_XPGAIN = 0x11D1, SMSG_AURACASTLOG = 0x11D2, CMSG_RECLAIM_CORPSE = 0x11D3, @@ -774,9 +774,9 @@ enum Opcodes CMSG_FORCE_TURN_RATE_CHANGE_ACK = 0x12E0, MSG_PVP_LOG_DATA = 0x12E1, CMSG_LEAVE_BATTLEFIELD = 0x12E2, - CMSG_AREA_SPIRIT_HEALER_QUERY = 0x4907, // Wow 4.3.4 15595 - CMSG_AREA_SPIRIT_HEALER_QUEUE = 0x4815, // Wow 4.3.4 15595 - SMSG_AREA_SPIRIT_HEALER_TIME = 0x0734, // Wow 4.3.4 15595 + CMSG_AREA_SPIRIT_HEALER_QUERY = 0x4907, // 4.3.4 15595 + CMSG_AREA_SPIRIT_HEALER_QUEUE = 0x4815, // 4.3.4 15595 + SMSG_AREA_SPIRIT_HEALER_TIME = 0x0734, // 4.3.4 15595 CMSG_GM_UNTEACH = 0x12E6, SMSG_WARDEN_DATA = 0x12E7, CMSG_WARDEN_DATA = 0x12E8, diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index c506bb4eb..5df693171 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "0023" + #define REVISION_NR "0024" #endif // __REVISION_NR_H__