mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
- fixed some typos
- fixed a forgotten query to use ?_icons rerun 'php aowow --sql=item_stats' to generate the missing stats for gems
This commit is contained in:
@@ -120,7 +120,7 @@ function taxi() // path & nodes
|
||||
continue;
|
||||
|
||||
$dist = pow($c['posX'] - $n['origPosX'], 2) + pow($c['posY'] - $n['origPosY'], 2);
|
||||
if ($dist > 1000)
|
||||
if ($dist > 1000)
|
||||
continue;
|
||||
|
||||
if (!isset($n['dist']) || $n['dist'] < $dist)
|
||||
|
||||
Reference in New Issue
Block a user