Fix up Map extractor and core

This commit is contained in:
Antz 2020-02-22 20:23:55 +00:00
parent 5dc36dea6d
commit bd865249b8
No known key found for this signature in database
GPG key ID: 0DF907270598C85F
2 changed files with 467 additions and 478 deletions

View file

@ -4041,7 +4041,7 @@ enum BattleGroundTypeId
BATTLEGROUND_CTF = 706, // 5.x CTF3
BATTLEGROUND_SM = 708, // 5.x Silvershard Mines
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
};
@ -4210,9 +4210,9 @@ enum TrackedAuraType
// 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: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
// 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