[12764] Reverted last commit

This commit is contained in:
sanctum32 2013-12-30 01:27:01 +02:00 committed by Antz
parent c283ca90f6
commit 769823e6c7
2 changed files with 2 additions and 1 deletions

View file

@ -568,6 +568,7 @@ enum Opcodes
SMSG_RWHOIS = 0x11FF, SMSG_RWHOIS = 0x11FF,
SMSG_LFG_PLAYER_REWARD = 0x1200, SMSG_LFG_PLAYER_REWARD = 0x1200,
SMSG_LFG_TELEPORT_DENIED = 0x1201, SMSG_LFG_TELEPORT_DENIED = 0x1201,
CMSG_UNLEARN_SPELL = 0x1202,
CMSG_UNLEARN_SKILL = 0x6106, // 4.3.4 15595 CMSG_UNLEARN_SKILL = 0x6106, // 4.3.4 15595
SMSG_REMOVED_SPELL = 0x4804, // 4.3.4 15595 SMSG_REMOVED_SPELL = 0x4804, // 4.3.4 15595
CMSG_DECHARGE = 0x1205, CMSG_DECHARGE = 0x1205,

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "12763" #define REVISION_NR "12764"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__