map 2009 ignore
This commit is contained in:
parent
1fdbfcbdca
commit
b78e1c2542
@ -260,7 +260,7 @@ namespace mt
|
|||||||
void Map::Init2()
|
void Map::Init2()
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
if (is_open() && !IsPveMap() && !is_moba() && safearea_list.empty()) {
|
if (IsOpen() && !IsPveMap() && !is_moba() && safearea_list.empty()) {
|
||||||
A8_ABORT();
|
A8_ABORT();
|
||||||
}
|
}
|
||||||
for (const int area_type : safearea_list) {
|
for (const int area_type : safearea_list) {
|
||||||
@ -312,6 +312,9 @@ namespace mt
|
|||||||
|
|
||||||
bool Map::IsOpen() const
|
bool Map::IsOpen() const
|
||||||
{
|
{
|
||||||
|
if (map_id() == 2009) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
return is_open();
|
return is_open();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user