Setup/Spawns:

* only priorize captials over their surrounding if there is no alphaMap present
  * Dalaran and Shattrath are capitals
  * truncate old data as it may not get overwitten
This commit is contained in:
Sarjuuk
2015-07-17 23:04:34 +02:00
parent 20732e38d8
commit c1f5d2ea9b
2 changed files with 20 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
<?php
define('AOWOW_REVISION', 2);
define('AOWOW_REVISION', 3);
define('CLI', PHP_SAPI === 'cli');