mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 10:37:01 +00:00
Updated to latest build 10371.
This commit is contained in:
parent
2d65ce8b87
commit
0f5380a385
3 changed files with 4 additions and 4 deletions
|
|
@ -1306,7 +1306,7 @@ enum Opcodes
|
||||||
UMSG_UNKNOWN_1269 = 0x4F5, // not found 3.2
|
UMSG_UNKNOWN_1269 = 0x4F5, // not found 3.2
|
||||||
CMSG_WORLD_STATE_UI_TIMER_UPDATE = 0x4F6,
|
CMSG_WORLD_STATE_UI_TIMER_UPDATE = 0x4F6,
|
||||||
SMSG_WORLD_STATE_UI_TIMER_UPDATE = 0x4F7,
|
SMSG_WORLD_STATE_UI_TIMER_UPDATE = 0x4F7,
|
||||||
CMSG_UNKNOWN_1272 = 0x4F8, // called from lua: CreateCharacter
|
CMSG_UNKNOWN_1272 = 0x4F8, // called from lua: CreateCharacter, may be paid race change
|
||||||
NUM_MSG_TYPES = 0x4F9
|
NUM_MSG_TYPES = 0x4F9
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
#ifndef _UPDATEFIELDS_AUTO_H
|
#ifndef _UPDATEFIELDS_AUTO_H
|
||||||
#define _UPDATEFIELDS_AUTO_H
|
#define _UPDATEFIELDS_AUTO_H
|
||||||
|
|
||||||
// Auto generated for version 0, 2, 2, 10357
|
// Auto generated for version 0, 2, 2, 10371
|
||||||
|
|
||||||
enum EObjectFields
|
enum EObjectFields
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -66,9 +66,9 @@ enum LoginResult
|
||||||
|
|
||||||
// we need to stick to 1 version or half of the stuff will work for someone
|
// we need to stick to 1 version or half of the stuff will work for someone
|
||||||
// others will not and opposite
|
// others will not and opposite
|
||||||
// will only support WoW, WoW:TBC and WoW:WotLK 3.2.2 client build 10357...
|
// will only support WoW, WoW:TBC and WoW:WotLK 3.2.2 client build 10371...
|
||||||
|
|
||||||
#define EXPECTED_MANGOS_CLIENT_BUILD {10357, 0}
|
#define EXPECTED_MANGOS_CLIENT_BUILD {10371, 0}
|
||||||
|
|
||||||
// At update excepted builds please update if need define DEFAULT_MAX_LEVEL
|
// At update excepted builds please update if need define DEFAULT_MAX_LEVEL
|
||||||
// in DBCEnum.h to default max player level expected by build
|
// in DBCEnum.h to default max player level expected by build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue