mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
[12764] Reverted last commit
This commit is contained in:
parent
c283ca90f6
commit
769823e6c7
2 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue