mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 13:37:13 +00:00
Update map list that allow mounts
This commit is contained in:
parent
9cccf9f3ef
commit
fe1038fd3f
1 changed files with 7 additions and 1 deletions
|
|
@ -1372,7 +1372,13 @@ struct MapEntry
|
|||
MapID == 209 || MapID == 269 || MapID == 309 || // TanarisInstance, CavernsOfTime, Zul'gurub
|
||||
MapID == 509 || MapID == 534 || MapID == 560 || // AhnQiraj, HyjalPast, HillsbradPast
|
||||
MapID == 568 || MapID == 580 || MapID == 595 || // ZulAman, Sunwell Plateau, Culling of Stratholme
|
||||
MapID == 603 || MapID == 615 || MapID == 616;// Ulduar, The Obsidian Sanctum, The Eye Of Eternity
|
||||
MapID == 603 || MapID == 615 || MapID == 616 || // Ulduar, The Obsidian Sanctum, The Eye Of Eternity
|
||||
MapID == 603 || MapID == 615 || MapID == 616 || // Ulduar, The Obsidian Sanctum, The Eye Of Eternity
|
||||
MapID == 631 || MapID == 658 || MapID == 724 || // Icecrown Citadel, Pit of Saron, Ruby Sanctum
|
||||
MapID == 644 || MapID == 720 || MapID == 721 || // Halls of Origination, Firelands
|
||||
MapID == 734 || MapID == 755 || MapID == 859 || // Ahn'Qiraj Terrace, Lost City of Tol'Vir, Zul'Gurub
|
||||
MapID == 938 || MapID == 939 || MapID == 940 || // End Time, Well of Eternity, Hour of Twilight
|
||||
MapID == 967; // Dragon Soul
|
||||
}
|
||||
|
||||
bool IsContinent() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue