mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
- Updated to latest PTR build 10835.
This commit is contained in:
parent
fe55f76a26
commit
be07beba6f
3 changed files with 4 additions and 4 deletions
|
|
@ -991,7 +991,7 @@ void Group::SendUpdate()
|
|||
data << uint32(0);
|
||||
}
|
||||
data << uint64(0x50000000FFFFFFFELL); // related to voice chat?
|
||||
data << uint32(0); // 3.3, may be some kind of time
|
||||
data << uint32(0); // 3.3, this value increments every time SMSG_GROUP_LIST is sent
|
||||
data << uint32(GetMembersCount()-1);
|
||||
for(member_citerator citr2 = m_memberSlots.begin(); citr2 != m_memberSlots.end(); ++citr2)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
#ifndef _UPDATEFIELDS_AUTO_H
|
||||
#define _UPDATEFIELDS_AUTO_H
|
||||
|
||||
// Auto generated for version 0, 3, 0, 10805
|
||||
// Auto generated for version 0, 3, 0, 10835
|
||||
|
||||
enum EObjectFields
|
||||
{
|
||||
|
|
|
|||
|
|
@ -66,9 +66,9 @@ enum LoginResult
|
|||
|
||||
// we need to stick to 1 version or half of the stuff will work for someone
|
||||
// others will not and opposite
|
||||
// will only support WoW, WoW:TBC and WoW:WotLK 3.3.0 client build 10805...
|
||||
// will only support WoW, WoW:TBC and WoW:WotLK 3.3.0 client build 10835...
|
||||
|
||||
#define EXPECTED_MANGOS_CLIENT_BUILD {10805, 0}
|
||||
#define EXPECTED_MANGOS_CLIENT_BUILD {10835, 0}
|
||||
|
||||
// At update excepted builds please update if need define DEFAULT_MAX_LEVEL
|
||||
// in DBCEnum.h to default max player level expected by build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue