mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
updated every other windows-sepecific path
thx @zackbcom
This commit is contained in:
@@ -1526,7 +1526,7 @@ class Util
|
||||
|
||||
public static function alphaMapCheck($areaId, array &$coords)
|
||||
{
|
||||
$file = 'cache\\alphaMaps\\'.$areaId.'.png';
|
||||
$file = 'cache/alphaMaps/'.$areaId.'.png';
|
||||
if (!file_exists($file))
|
||||
{
|
||||
self::addNote(U_GROUP_STAFF, 'Util::alphaMapCheck no suitable alphaMap found for area '.$areaId.'. Positional check omitted!');
|
||||
|
||||
Reference in New Issue
Block a user