mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 10:37:01 +00:00
Updated to latest client build 9742
This commit is contained in:
parent
abae3cac91
commit
8e485ac249
3 changed files with 4 additions and 4 deletions
|
|
@ -1422,7 +1422,7 @@ struct StableSlotPricesEntry
|
||||||
{
|
{
|
||||||
uint32 Id; // 0
|
uint32 Id; // 0
|
||||||
uint32 Group; // 1, 0 - can't be controlled?, 1 - something guardian?, 2 - pet?, 3 - something controllable?, 4 - taxi/mount?
|
uint32 Group; // 1, 0 - can't be controlled?, 1 - something guardian?, 2 - pet?, 3 - something controllable?, 4 - taxi/mount?
|
||||||
uint32 Unk2; // 2, 14 rows > 0
|
uint32 FactionId; // 2, 14 rows > 0
|
||||||
uint32 Type; // 3, see enum
|
uint32 Type; // 3, see enum
|
||||||
uint32 Slot; // 4, 0-6
|
uint32 Slot; // 4, 0-6
|
||||||
uint32 Flags; // 5
|
uint32 Flags; // 5
|
||||||
|
|
|
||||||
|
|
@ -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, 1, 0, 9733
|
// Auto generated for version 0, 1, 0, 9742
|
||||||
|
|
||||||
enum EObjectFields
|
enum EObjectFields
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -66,8 +66,8 @@ 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.1.0 client build 9733...
|
// will only support WoW, WoW:TBC and WoW:WotLK 3.1.0 client build 9742...
|
||||||
|
|
||||||
#define EXPECTED_MANGOS_CLIENT_BUILD {9733, 0}
|
#define EXPECTED_MANGOS_CLIENT_BUILD {9742, 0}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue