mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
Fix up Map extractor and core
This commit is contained in:
parent
5dc36dea6d
commit
bd865249b8
2 changed files with 467 additions and 478 deletions
|
|
@ -4041,7 +4041,7 @@ enum BattleGroundTypeId
|
||||||
BATTLEGROUND_CTF = 706, // 5.x CTF3
|
BATTLEGROUND_CTF = 706, // 5.x CTF3
|
||||||
BATTLEGROUND_SM = 708, // 5.x Silvershard Mines
|
BATTLEGROUND_SM = 708, // 5.x Silvershard Mines
|
||||||
BATTLEGROUND_TA = 719, // 5.x Tol'Vir Arena
|
BATTLEGROUND_TA = 719, // 5.x Tol'Vir Arena
|
||||||
BATTLEGROUND_DG = 754, // 5.x Deepwind Gorge
|
BATTLEGROUND_DG = 754, // 5.x Deepwind Gorge
|
||||||
BATTLEGROUND_TTP = 757, // 5.x The Tiger's Peak
|
BATTLEGROUND_TTP = 757, // 5.x The Tiger's Peak
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -4210,9 +4210,9 @@ enum TrackedAuraType
|
||||||
|
|
||||||
// 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:MOP 5.4.8 client build 18414...
|
// will only support WoW:MOP 5.4.8 client build 18414...however DBC Diles are marked version 18273
|
||||||
|
|
||||||
#define EXPECTED_MANGOSD_CLIENT_BUILD {18414, 0}
|
#define EXPECTED_MANGOSD_CLIENT_BUILD {18273, 18414, 0}
|
||||||
|
|
||||||
// max supported expansion level in mangosd
|
// max supported expansion level in mangosd
|
||||||
// NOTE: not set it more that supported by targeted client version with all expansions installed
|
// NOTE: not set it more that supported by targeted client version with all expansions installed
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue