moved alphaMaps from cache/ to setup/generated/

This commit is contained in:
Sarjuuk
2015-06-06 09:34:33 +02:00
parent 618217b970
commit 30b0b413e6
3 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ function spawns() // and waypoints
$alphaMapCache = [];
$alphaMapCheck = function ($areaId, array &$set) use (&$alphaMapCache)
{
$file = 'cache/alphaMaps/'.$areaId.'.png';
$file = 'setup/generated/alphaMaps/'.$areaId.'.png';
if (!file_exists($file)) // file does not exist (probably instanced area)
return false;