mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-12-01 21:15:20 +08:00
@@ -531,7 +531,9 @@ if (!CLI)
|
||||
while ($multiLevel < 18); // Karazhan has 17 frickin floors
|
||||
|
||||
// check if we can create base map anyway
|
||||
$hasBaseMap = CLISetup::fileExists($path.'/'.$textureStr.'1.blp') || CLISetup::fileExists($path.'/'.$textureStr.'1.png');
|
||||
$png = $path.'/'.$textureStr.'1.png';
|
||||
$blp = $path.'/'.$textureStr.'1.blp';
|
||||
$hasBaseMap = CLISetup::fileExists($blp) || CLISetup::fileExists($png);
|
||||
|
||||
CLI::write(' - area has '.($multiLeveled ? $multiLevel . ' levels' : 'only base level'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user