Skip to content

Commit 931a90f

Browse files
committed
Misc/Fixup
* revision bump * minor log format fix
1 parent bf184e7 commit 931a90f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

includes/kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
mb_internal_encoding('UTF-8');
44
mysqli_report(MYSQLI_REPORT_ERROR);
55

6-
define('AOWOW_REVISION', 36);
6+
define('AOWOW_REVISION', 37);
77
define('OS_WIN', substr(PHP_OS, 0, 3) == 'WIN'); // OS_WIN as per compile info of php
88
define('CLI', PHP_SAPI === 'cli');
99
define('CLI_HAS_E', CLI && // WIN10 and later usually support ANSI escape sequences

setup/tools/sqlgen/spawns.ss.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public function generate(array $ids = []) : bool
139139
}
140140
else if (!$points) // still impossible (there are areas that are intentionally off the map (e.g. the isles south of tanaris))
141141
{
142-
CLI::write('[spawns] '.str_pad('['.$spawn['guid'].']', 9).' '.($idx < 5 ? '' : 'with path/point ['.$spawn['npcOrPath'].'; '.$spawn['point']).'] could not be matched to displayable area [A:'.$area.'; X:'.$spawn['posY'].'; Y:'.$spawn['posX'].']', CLI::LOG_WARN);
142+
CLI::write('[spawns] '.str_pad('['.$spawn['guid'].']', 9).' '.($idx < 5 ? '' : 'with path/point ['.$spawn['npcOrPath'].'; '.$spawn['point'].'] ').'could not be matched to displayable area [A:'.$area.'; X:'.$spawn['posY'].'; Y:'.$spawn['posX'].']', CLI::LOG_WARN);
143143
$time->reset();
144144
continue;
145145
}

0 commit comments

Comments
 (0)